From a7d204f2415d351ea285f29256503bf7d72740fa Mon Sep 17 00:00:00 2001 From: Andrew Zambazos Date: Wed, 26 Aug 2026 16:50:43 +1200 Subject: [PATCH] Update Main.qml --- shells/desktop/shell/qml/Main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/desktop/shell/qml/Main.qml b/shells/desktop/shell/qml/Main.qml index 24dee69..22b8221 100644 --- a/shells/desktop/shell/qml/Main.qml +++ b/shells/desktop/shell/qml/Main.qml @@ -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