threaded for performance

This commit is contained in:
Zacharias-Brohn
2025-11-10 19:14:02 +01:00
parent 8e6cca78cb
commit 80ac9081d1
3 changed files with 4 additions and 7 deletions
-6
View File
@@ -24,11 +24,6 @@ Scope {
WlrLayershell.layer: WlrLayer.Overlay
WlrLayershell.keyboardFocus: WlrKeyboardFocus.Exclusive
HyprlandFocusGrab {
id: focusGrab
windows: [ searchInput ]
}
onVisibleChanged: {
if ( !visible ) {
searchInput.text = "";
@@ -54,7 +49,6 @@ Scope {
openAnim.start();
}
}
focusGrab.active = true;
searchInput.forceActiveFocus();
}
}