quickshell: reset calendar open state on close
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8d7a81ce02
commit
5ddaacf8ff
1 changed files with 2 additions and 0 deletions
|
|
@ -848,6 +848,8 @@ in
|
||||||
onVisibleChanged: {
|
onVisibleChanged: {
|
||||||
if (visible) {
|
if (visible) {
|
||||||
open = true;
|
open = true;
|
||||||
|
} else {
|
||||||
|
open = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue