1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-08 06:25:37 -05:00

Allow Tobar Autohide to work w/Modals

This commit is contained in:
purian23
2025-09-21 15:28:15 -04:00
parent c8f87085a0
commit c3b3edcae8

View File

@@ -19,6 +19,7 @@ PanelWindow {
id: root
WlrLayershell.namespace: "quickshell:bar"
WlrLayershell.layer: WlrLayershell.Overlay
property var modelData
property var notepadVariants: null
@@ -188,7 +189,7 @@ PanelWindow {
"loader": systemUpdateLoader,
"prop": "shouldBeVisible"
}]
return notepadInstanceVisible || loaders.some(item => {
return loaders.some(item => {
if (item.loader) {
return item.loader?.item?.[item.prop]
}