mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 10:41:03 +02:00
fix: crash on startup introduced by recent refactors
This commit is contained in:
parent
4b88079561
commit
6db7742e06
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ fn start_ironbar() {
|
|||
info!("Starting application");
|
||||
|
||||
let app = Application::builder().application_id(GTK_APP_ID).build();
|
||||
let _ = wayland::get_client(); // force-init
|
||||
|
||||
let running = Rc::new(Cell::new(false));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue