chore: use dbus config subscription for app list
This commit is contained in:
parent
6851d9de54
commit
ebe688c747
9 changed files with 327 additions and 353 deletions
|
|
@ -8,8 +8,8 @@ edition = "2021"
|
|||
libcosmic.workspace = true
|
||||
cctk.workspace = true
|
||||
cosmic-protocols.workspace = true
|
||||
nix = "0.26.1"
|
||||
log = "0.4"
|
||||
nix = "0.27.1"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber.workspace = true
|
||||
tracing-log.workspace = true
|
||||
once_cell = "1.9"
|
||||
|
|
|
|||
|
|
@ -5,8 +5,7 @@ mod localize;
|
|||
mod wayland;
|
||||
mod wayland_subscription;
|
||||
|
||||
use config::APP_ID;
|
||||
use log::info;
|
||||
use tracing::info;
|
||||
|
||||
use localize::localize;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue