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

Explicitly load all modals

This commit is contained in:
bbedward
2025-09-25 23:12:28 -04:00
parent 066d1847e4
commit 983d185de6
7 changed files with 434 additions and 308 deletions

View File

@@ -208,7 +208,7 @@ PanelWindow {
"loader": controlCenterLoader,
"prop": "shouldBeVisible"
}, {
"loader": clipboardHistoryModalPopup,
"loader": clipboardHistoryModalLoader.item,
"prop": "visible"
}, {
"loader": systemUpdateLoader,
@@ -823,7 +823,9 @@ PanelWindow {
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
onClicked: {
clipboardHistoryModalPopup.toggle()
clipboardHistoryModalLoader.active = true
if (clipboardHistoryModalLoader.item)
clipboardHistoryModalLoader.item.toggle()
}
}