mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 15:32:50 -05:00
themes: remove catpuccin, support accent colors
This commit is contained in:
@@ -652,7 +652,7 @@ Singleton {
|
||||
|
||||
function search(text) {
|
||||
query = text;
|
||||
if (!text || text.length < 2) {
|
||||
if (!text) {
|
||||
results = [];
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user