diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-09 20:06:09 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-09 20:06:09 +1000 |
| commit | ea4d3f26ef438b8075d9ea1aa3f297173d6cd58d (patch) | |
| tree | 53333766764d0ac6fba9aa8ee6ce465985fcd48d /modules/dashboard/dash | |
| parent | readme: add how to set wallpaper in usage (diff) | |
| download | caelestia-shell-ea4d3f26ef438b8075d9ea1aa3f297173d6cd58d.tar.gz caelestia-shell-ea4d3f26ef438b8075d9ea1aa3f297173d6cd58d.tar.bz2 caelestia-shell-ea4d3f26ef438b8075d9ea1aa3f297173d6cd58d.zip | |
session: fix logout for non-uwsm sessions
Diffstat (limited to 'modules/dashboard/dash')
| -rw-r--r-- | modules/dashboard/dash/Calendar.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/dashboard/dash/Calendar.qml b/modules/dashboard/dash/Calendar.qml index 7b69f98..aacea8f 100644 --- a/modules/dashboard/dash/Calendar.qml +++ b/modules/dashboard/dash/Calendar.qml @@ -1,3 +1,5 @@ +pragma ComponentBehavior: Bound + import "root:/widgets" import "root:/services" import "root:/config" |