mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-20 15:59:58 -05:00
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