fix(cosmic-config): attempt to reconnect to the settings daemon
This commit is contained in:
parent
3cfc5c16a3
commit
6a97435263
5 changed files with 114 additions and 28 deletions
|
|
@ -34,8 +34,15 @@ serde-keycode = ["iced_core/serde"]
|
|||
single-instance = ["dep:zbus", "serde", "ron"]
|
||||
# smol async runtime
|
||||
smol = ["iced/smol", "zbus?/async-io"]
|
||||
tokio = [
|
||||
"dep:tokio",
|
||||
"ashpd?/tokio",
|
||||
"iced/tokio",
|
||||
"rfd?/tokio",
|
||||
"zbus?/tokio",
|
||||
"cosmic-config/tokio",
|
||||
]
|
||||
# Tokio async runtime
|
||||
tokio = ["dep:tokio", "ashpd?/tokio", "iced/tokio", "rfd?/tokio", "zbus?/tokio"]
|
||||
# Wayland window support
|
||||
wayland = [
|
||||
"ashpd?/wayland",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue