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