update applets using latest libcosmic auto-sizing popups

This commit is contained in:
Ashley Wulber 2022-12-27 18:35:06 -05:00
parent a1aa87f5bd
commit 88b4a7d20b
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
13 changed files with 319 additions and 251 deletions

View file

@ -2,9 +2,7 @@ mod dbus;
mod graphics;
mod window;
use cosmic::{
iced::Application, applet::CosmicAppletHelper,
};
use cosmic::{applet::CosmicAppletHelper, iced::Application};
use window::*;
pub fn main() -> cosmic::iced::Result {