This commit is contained in:
Zacharias-Brohn
2026-03-05 11:43:22 +01:00
parent bab9554a60
commit 75df8e1134
5 changed files with 186 additions and 5 deletions
-5
View File
@@ -123,11 +123,6 @@ Item {
search.text = "";
}
function onSessionChanged(): void {
if (!root.visibilities.session)
search.forceActiveFocus();
}
target: root.visibilities
}
}