Update Main.qml

This commit is contained in:
2026-08-26 16:50:43 +12:00
parent 9db047b8ad
commit a7d204f241
+1 -1
View File
@@ -7,7 +7,7 @@ QtObject {
readonly property TopBarSurface topBar: TopBarSurface {}
readonly property LauncherSurface launcher: LauncherSurface {}
Shortcut {
readonly property Shortcut closeLauncherShortcut: Shortcut {
sequence: "Escape"
enabled: ShellState.launcherOpen
context: Qt.ApplicationShortcut