chore: open settings when time settings is pressed

This commit is contained in:
Ashley Wulber 2023-11-21 17:29:49 -05:00 committed by Ashley Wulber
parent aa2d9fe374
commit f5c51ecc92
5 changed files with 104 additions and 55 deletions

View file

@ -29,11 +29,13 @@ cosmic-time = { git = "https://github.com/pop-os/cosmic-time", default-features
] }
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = [
"applet",
"applet-token",
"tokio",
"wayland",
"process",
] }
zbus = { version = "3.14", default-features = false, features = ["tokio"] }
tracing = "0.1"
[profile.release]
lto = "thin"