1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-10 07:42:09 -04:00

clipboard: fix reliability of modal/popout

This commit is contained in:
bbedward
2026-04-06 10:30:39 -04:00
parent 2b0826e397
commit 0b88055742
6 changed files with 87 additions and 18 deletions

View File

@@ -255,6 +255,12 @@ Singleton {
return pinnedEntries.some(pinnedEntry => pinnedEntry.hash === entryHash);
}
onClipboardAvailableChanged: {
if (!clipboardAvailable || refCount <= 0)
return;
refresh();
}
Connections {
target: DMSService
enabled: root.refCount > 0