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
|
|
@ -55,7 +55,7 @@ fn main() {
|
|||
localize();
|
||||
gio::resources_register_include!("compiled.gresource").unwrap();
|
||||
|
||||
let app = gtk4::Application::new(Some(ID), ApplicationFlags::default());
|
||||
let app = gtk4::Application::new(None, ApplicationFlags::default());
|
||||
|
||||
app.connect_activate(|app| {
|
||||
load_css();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue