feat: init adwaita

This commit is contained in:
Ashley Wulber 2022-08-10 10:48:20 -04:00
parent d03966ae42
commit d9212b2285
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
23 changed files with 85 additions and 10 deletions

View file

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