fix: import trait
This commit is contained in:
parent
02e240b6bb
commit
5661e0c045
8 changed files with 24 additions and 8 deletions
|
|
@ -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"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue