1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

make icon theme searchable

This commit is contained in:
bbedward
2025-07-28 11:47:55 -04:00
parent d4e5e60e7b
commit e17bd982fe
2 changed files with 10 additions and 1 deletions

View File

@@ -259,6 +259,8 @@ Rectangle {
anchors.margins: 1
placeholderText: "Search..."
text: dropdownMenu.searchQuery
topPadding: Theme.spacingS
bottomPadding: Theme.spacingS
onTextChanged: {
dropdownMenu.searchQuery = text
dropdownMenu.updateFilteredOptions()