summaryrefslogtreecommitdiff
path: root/modules/dashboard/Content.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-07 14:20:10 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-07 14:20:10 +1000
commit3221ca18583c18e9852c25476adaf2f1f9b7dabc (patch)
tree2e145f088415a6aefc12b157b216c670cab2b357 /modules/dashboard/Content.qml
parentissues: better templates (diff)
downloadcaelestia-shell-3221ca18583c18e9852c25476adaf2f1f9b7dabc.tar.gz
caelestia-shell-3221ca18583c18e9852c25476adaf2f1f9b7dabc.tar.bz2
caelestia-shell-3221ca18583c18e9852c25476adaf2f1f9b7dabc.zip
dashboard: fix pfp picker
Fixes caelestia-dots/caelestia#21
Diffstat (limited to 'modules/dashboard/Content.qml')
-rw-r--r--modules/dashboard/Content.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/dashboard/Content.qml b/modules/dashboard/Content.qml
index 4f4e242..16d3ac0 100644
--- a/modules/dashboard/Content.qml
+++ b/modules/dashboard/Content.qml
@@ -87,6 +87,7 @@ Item {
Pane {
sourceComponent: Dash {
visibilities: root.visibilities
+ state: root.state
}
}