1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-02 03:28:28 -04:00

refactor(settings): allow search settings to remain on sidebar until dismissed

Closes #2780

Port 1.5

(cherry picked from commit 4ab03deded)
This commit is contained in:
purian23
2026-07-12 23:30:40 -04:00
committed by dms-ci[bot]
parent 6c2572fbfe
commit 6791c20f40
@@ -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);
}