Merge branch 'dialog-enchance' into 'master'

Avoid un-closable AboutDialog

See merge request World/hammond!37
This commit is contained in:
Jordan Petridis 2018-05-31 09:42:52 +00:00
commit 64099e37e5

View File

@ -36,5 +36,7 @@ pub fn about_dialog(window: &gtk::Window) {
dialog.set_artists(&["Tobias Bernard"]);
dialog.set_authors(authors);
dialog.connect_response(|dlg, _| dlg.destroy());
dialog.show();
}