1
0
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:
ochibani 2025-01-02 23:52:57 +02:00
parent 7218f0c544
commit b5d19b5ea6

View File

@ -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)
}); });