Browse Source

Merge pull request #18081 from Sophist-UK/patch-2

Stop Esc key from exiting full screen mode
Jaime van Kessel 1 year ago
parent
commit
ed4c8c1308
1 changed files with 0 additions and 1 deletions
  1. 0 1
      resources/qml/Actions.qml

+ 0 - 1
resources/qml/Actions.qml

@@ -109,7 +109,6 @@ Item
     Action
     {
         id: exitFullScreenAction
-        shortcut: StandardKey.Cancel
         text: catalog.i18nc("@action:inmenu", "Exit Full Screen")
         icon.name: "view-fullscreen"
     }