forked from Shinonome/dots-hyprland
osk: fix close button making it not openable again
This commit is contained in:
@@ -42,7 +42,7 @@ Scope { // Scope
|
|||||||
}
|
}
|
||||||
|
|
||||||
function hide() {
|
function hide() {
|
||||||
oskLoader.active = false
|
GlobalStates.oskOpen = false
|
||||||
}
|
}
|
||||||
exclusiveZone: root.pinned ? implicitHeight - Appearance.sizes.hyprlandGapsOut : 0
|
exclusiveZone: root.pinned ? implicitHeight - Appearance.sizes.hyprlandGapsOut : 0
|
||||||
implicitWidth: oskBackground.width + Appearance.sizes.elevationMargin * 2
|
implicitWidth: oskBackground.width + Appearance.sizes.elevationMargin * 2
|
||||||
|
|||||||
Reference in New Issue
Block a user