wip: allow multiple instances of each applet
This commit is contained in:
parent
e87d101217
commit
f6e5e04382
5 changed files with 10 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue