mirror of
https://github.com/uowuo/abaddon.git
synced 2025-08-14 01:30:06 +00:00
consider audio engine init failure non-fatal
This commit is contained in:
parent
8bae9277cc
commit
925864f082
@ -254,7 +254,6 @@ int Abaddon::StartGTK() {
|
||||
Gtk::MessageDialog dlg(*m_main_window, "The audio engine could not be initialized!", false, Gtk::MESSAGE_ERROR, Gtk::BUTTONS_OK, true);
|
||||
dlg.set_position(Gtk::WIN_POS_CENTER);
|
||||
dlg.run();
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user