Skip to content

Commit

Permalink
Merge 8be5e9b into 170ebc4
Browse files Browse the repository at this point in the history
  • Loading branch information
AIIX committed Aug 6, 2021
2 parents 170ebc4 + 8be5e9b commit 3b26c73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mycroft/res/ui/WebViewHtmlFrame.qml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ Item {
interactionBar.isRequested = true;
}

onFullScreenRequested: {
request.accept()
}
}

Popup {
Expand Down
4 changes: 4 additions & 0 deletions mycroft/res/ui/WebViewUrlFrame.qml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ Item {
interactionBar.interactionItem.requestedFeature = feature;
interactionBar.isRequested = true;
}

onFullScreenRequested: {
request.accept()
}
}

Popup {
Expand Down

0 comments on commit 3b26c73

Please sign in to comment.