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
|
|
@ -15,7 +15,7 @@ static RT: Lazy<Runtime> = Lazy::new(|| Runtime::new().expect("failed to build t
|
|||
|
||||
fn main() {
|
||||
let application = gtk4::Application::new(
|
||||
Some("com.system76.cosmic.applets.power"),
|
||||
None,
|
||||
ApplicationFlags::default(),
|
||||
);
|
||||
application.connect_activate(build_ui);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue