diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-21 22:44:47 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-21 22:44:47 +0530 |
| commit | ea67a0fe498578d03b27bcf7365acfc69cc840b4 (patch) | |
| tree | a64e5feec1e236eaa21337aac6444772dd9eaa6e /quickshell | |
| parent | 0a5559b9d188796022d0c0f4e0601fb491e26bc5 (diff) | |
dnd mode fix
Diffstat (limited to 'quickshell')
| -rw-r--r-- | quickshell/shell.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quickshell/shell.qml b/quickshell/shell.qml index 341e674..3ed0161 100644 --- a/quickshell/shell.qml +++ b/quickshell/shell.qml @@ -233,6 +233,7 @@ ShellRoot { running: true repeat: true onTriggered: { + if (dnd) return; shellRoot.blink = true; } } |
