Update cosmic-panel-config

This commit is contained in:
Ian Douglas Scott 2022-06-29 13:32:50 -07:00
parent 04c7e73dec
commit e049343317
10 changed files with 245 additions and 116 deletions

View file

@ -20,7 +20,7 @@ use gtk4::{
};
use once_cell::sync::Lazy;
use tokio::runtime::Runtime;
use cosmic_panel_config::config::{CosmicPanelConfig, XdgWrapperConfig};
use cosmic_panel_config::config::CosmicPanelConfig;
static RT: Lazy<Runtime> = Lazy::new(|| Runtime::new().expect("failed to build tokio runtime"));