feat: use libcosmic::init

This commit is contained in:
Ashley Wulber 2022-08-16 14:36:31 -04:00
parent a96decd24b
commit 98813824d4
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
37 changed files with 396 additions and 295 deletions

View file

@ -12,9 +12,8 @@ mod notifications;
use notifications::Notifications;
fn main() {
let _ = gtk4::init();
adw::init();
let _ = libcosmic::init();
// XXX Implement DBus service somewhere other than applet?
let notifications = Notifications::new();