From 3221ca18583c18e9852c25476adaf2f1f9b7dabc Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 7 Jul 2025 14:20:10 +1000 Subject: dashboard: fix pfp picker Fixes caelestia-dots/caelestia#21 --- modules/dashboard/Content.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/dashboard/Content.qml') 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 } } -- cgit v1.2.3-freya