wip: allow multiple instances of each applet

This commit is contained in:
Ashley Wulber 2022-07-27 15:41:33 -04:00
parent e87d101217
commit f6e5e04382
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
5 changed files with 10 additions and 8 deletions

View file

@ -37,7 +37,7 @@ static RT: Lazy<Runtime> = Lazy::new(|| Runtime::new().expect("failed to build t
fn main() {
let application = Application::new(
Some("com.system76.cosmic.applets.audio"),
None,
ApplicationFlags::default(),
);
application.connect_activate(app);