quickshell: reset calendar open state on close

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-26 13:37:24 +01:00
parent 8d7a81ce02
commit 5ddaacf8ff

View file

@ -848,6 +848,8 @@ in
onVisibleChanged: { onVisibleChanged: {
if (visible) { if (visible) {
open = true; open = true;
} else {
open = false;
} }
} }