fix(cosmic-config): attempt to reconnect to the settings daemon

This commit is contained in:
Ashley Wulber 2024-05-12 14:17:43 -04:00 committed by Michael Murphy
parent 3cfc5c16a3
commit 6a97435263
5 changed files with 114 additions and 28 deletions

View file

@ -11,4 +11,4 @@ tracing-log = "0.2.0"
[dependencies.libcosmic]
path = "../../"
default-features = false
features = ["debug", "winit", "tokio", "xdg-portal"]
features = ["debug", "winit", "tokio", "xdg-portal", "dbus-config"]