forked from Shinonome/dots-hyprland
session: fix binding breakage on close (#1754)
This commit is contained in:
@@ -82,7 +82,7 @@ Scope {
|
|||||||
target: GlobalStates
|
target: GlobalStates
|
||||||
function onScreenLockedChanged() {
|
function onScreenLockedChanged() {
|
||||||
if (GlobalStates.screenLocked) {
|
if (GlobalStates.screenLocked) {
|
||||||
sessionLoader.active = false;
|
GlobalStates.sessionOpen = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -93,7 +93,7 @@ Scope {
|
|||||||
property string subtitle
|
property string subtitle
|
||||||
|
|
||||||
function hide() {
|
function hide() {
|
||||||
sessionLoader.active = false
|
GlobalStates.sessionOpen = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
exclusionMode: ExclusionMode.Ignore
|
exclusionMode: ExclusionMode.Ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user