fix: import trait

This commit is contained in:
Ashley Wulber 2022-06-09 15:51:58 -04:00
parent 02e240b6bb
commit 5661e0c045
8 changed files with 24 additions and 8 deletions

View file

@ -10,7 +10,7 @@ pub mod widgets;
use gtk4::{glib, gio::ApplicationFlags, prelude::*, Orientation, Separator};
use once_cell::sync::Lazy;
use tokio::runtime::Runtime;
use cosmic_panel_config::config::CosmicPanelConfig;
use cosmic_panel_config::config::{CosmicPanelConfig, XdgWrapperConfig};
static RT: Lazy<Runtime> = Lazy::new(|| Runtime::new().expect("failed to build tokio runtime"));