clipboard one day...

This commit is contained in:
kossLAN 2025-06-11 22:39:08 -04:00
parent 6f39dae2ea
commit 4687b955d4
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8

View file

@ -81,6 +81,7 @@ Singleton {
onRunningChanged: { onRunningChanged: {
if (!running) { if (!running) {
// Quickshell.clipboardText = `image://${path}`;
root.windowOpen = false; root.windowOpen = false;
} }
} }