mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Keyboard: Cleaned keyboard shortcuts dispatch
+ SetupWizard cleanup (NImageCached can NOT be invisible)
This commit is contained in:
@@ -41,6 +41,9 @@ SmartPanel {
|
||||
panelAnchorBottom: panelPosition.startsWith("bottom_")
|
||||
panelAnchorTop: panelPosition.startsWith("top_")
|
||||
|
||||
// SessionMenu handle it's own closing logic
|
||||
property bool closeWithEscape: false
|
||||
|
||||
// Timer properties
|
||||
readonly property int timerDuration: Settings.data.sessionMenu.countdownDuration
|
||||
property string pendingAction: ""
|
||||
@@ -209,8 +212,7 @@ SmartPanel {
|
||||
if (timerActive) {
|
||||
cancelTimer()
|
||||
} else {
|
||||
cancelTimer()
|
||||
close()
|
||||
root.close()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user