forked from Shinonome/dots-hyprland
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