Update Main.qml
This commit is contained in:
@@ -7,7 +7,7 @@ QtObject {
|
|||||||
readonly property TopBarSurface topBar: TopBarSurface {}
|
readonly property TopBarSurface topBar: TopBarSurface {}
|
||||||
readonly property LauncherSurface launcher: LauncherSurface {}
|
readonly property LauncherSurface launcher: LauncherSurface {}
|
||||||
|
|
||||||
Shortcut {
|
readonly property Shortcut closeLauncherShortcut: Shortcut {
|
||||||
sequence: "Escape"
|
sequence: "Escape"
|
||||||
enabled: ShellState.launcherOpen
|
enabled: ShellState.launcherOpen
|
||||||
context: Qt.ApplicationShortcut
|
context: Qt.ApplicationShortcut
|
||||||
|
|||||||
Reference in New Issue
Block a user