chore: update libcosmic & other deps
This commit is contained in:
parent
45c5cee976
commit
ac0b555946
13 changed files with 47 additions and 47 deletions
|
|
@ -15,7 +15,7 @@ use tokio::runtime::Runtime;
|
|||
static RT: Lazy<Runtime> = Lazy::new(|| Runtime::new().expect("failed to build tokio runtime"));
|
||||
|
||||
fn main() {
|
||||
let _ = libcosmic::init();
|
||||
let _monitors = libcosmic::init();
|
||||
|
||||
let application = gtk4::Application::new(None, ApplicationFlags::default());
|
||||
application.connect_activate(build_ui);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue