mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
session: fix binding breakage on close (#1754)
This commit is contained in:
@@ -82,7 +82,7 @@ Scope {
|
||||
target: GlobalStates
|
||||
function onScreenLockedChanged() {
|
||||
if (GlobalStates.screenLocked) {
|
||||
sessionLoader.active = false;
|
||||
GlobalStates.sessionOpen = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -93,7 +93,7 @@ Scope {
|
||||
property string subtitle
|
||||
|
||||
function hide() {
|
||||
sessionLoader.active = false
|
||||
GlobalStates.sessionOpen = false;
|
||||
}
|
||||
|
||||
exclusionMode: ExclusionMode.Ignore
|
||||
|
||||
Reference in New Issue
Block a user