Skip to content

Commit 162edfa

Browse files
committed
desktop-ui: Don't show missing firmware error twice
1 parent 70f3bfa commit 162edfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: desktop-ui/emulator/emulator.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ auto Emulator::handleLoadResult(LoadResult result) -> void {
104104
settingsWindow.show("Firmware");
105105
firmwareSettings.select(emulator->name, result.firmwareType, result.firmwareRegion);
106106
}
107+
break;
107108
default:
108109
error(errorText);
109110
}

0 commit comments

Comments
 (0)