From 4ab03dededbaf9580894533f8489010475a81f70 Mon Sep 17 00:00:00 2001 From: purian23 Date: Sun, 12 Jul 2026 23:30:40 -0400 Subject: [PATCH] refactor(settings): allow search settings to remain on sidebar until dismissed Closes #2780 Port 1.5 --- quickshell/Modals/Settings/SettingsSidebar.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/quickshell/Modals/Settings/SettingsSidebar.qml b/quickshell/Modals/Settings/SettingsSidebar.qml index 20a8a9a6d..a8972b2a6 100644 --- a/quickshell/Modals/Settings/SettingsSidebar.qml +++ b/quickshell/Modals/Settings/SettingsSidebar.qml @@ -686,9 +686,6 @@ Rectangle { tabChangeRequested(result.tabIndex); autoCollapseIfNeeded(oldIndex, result.tabIndex); autoExpandForTab(result.tabIndex); - searchField.text = ""; - SettingsSearchService.clear(); - searchSelectedIndex = 0; keyboardHighlightIndex = -1; Qt.callLater(searchField.forceActiveFocus); }