mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2025-04-03 08:14:55 +03:00
update main_window close
This commit is contained in:
parent
7218f0c544
commit
b5d19b5ea6
@ -1122,7 +1122,7 @@ fn build_ui(application: &Application, error_dialog: MessageDialog, error_messag
|
|||||||
.as_inner().id()
|
.as_inner().id()
|
||||||
)).output().unwrap();
|
)).output().unwrap();
|
||||||
}
|
}
|
||||||
main_window.close();
|
main_window.destroy();
|
||||||
adw::gtk::Inhibit(true)
|
adw::gtk::Inhibit(true)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user