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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user