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

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

Closes #2780

Port 1.5
This commit is contained in:
purian23
2026-07-12 23:30:40 -04:00
parent 846d07d86a
commit 4ab03deded
@@ -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);
}