1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 15:32:50 -05:00

feat: Add fuzzy search to the Widget Selection modal

This commit is contained in:
purian23
2025-09-08 22:26:36 -04:00
parent fca3c1ef96
commit e0118987ad
2 changed files with 134 additions and 7 deletions

View File

@@ -983,7 +983,7 @@ PanelWindow {
NotepadButton {
property var notepadInstance: topBarCore.notepadInstance
isActive: notepadInstance ? notepadInstance.notepadVisible : false
isActive: notepadInstance?.notepadVisible ?? false
widgetHeight: root.widgetHeight
barHeight: root.effectiveBarHeight
section: topBarContent.getWidgetSection(parent) || "right"