GUI: audio failure resilience
This commit is contained in:
parent
fe47a2ba09
commit
b0698dbac3
5 changed files with 35 additions and 11 deletions
|
|
@ -3584,7 +3584,9 @@ void FurnaceGUI::commitSettings() {
|
|||
|
||||
e->saveConf();
|
||||
|
||||
e->switchMaster();
|
||||
if (!e->switchMaster()) {
|
||||
showError("could not initialize audio!");
|
||||
}
|
||||
|
||||
ImGui::GetIO().Fonts->Clear();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue