From 79ec382b7f0984e706696b65710388c61647f0db Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:22:43 +0200 Subject: [PATCH] osk: fix close button making it not openable again --- .../quickshell/ii/modules/onScreenKeyboard/OnScreenKeyboard.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/onScreenKeyboard/OnScreenKeyboard.qml b/.config/quickshell/ii/modules/onScreenKeyboard/OnScreenKeyboard.qml index eae543cbf..d8290abb7 100644 --- a/.config/quickshell/ii/modules/onScreenKeyboard/OnScreenKeyboard.qml +++ b/.config/quickshell/ii/modules/onScreenKeyboard/OnScreenKeyboard.qml @@ -42,7 +42,7 @@ Scope { // Scope } function hide() { - oskLoader.active = false + GlobalStates.oskOpen = false } exclusiveZone: root.pinned ? implicitHeight - Appearance.sizes.hyprlandGapsOut : 0 implicitWidth: oskBackground.width + Appearance.sizes.elevationMargin * 2