mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-07 01:11:22 +08:00
waver : fix emscripten build
This commit is contained in:
@@ -910,6 +910,11 @@ void renderMain() {
|
||||
stateCurrent.update = false;
|
||||
}
|
||||
|
||||
if (settings.txProtocols.empty()) {
|
||||
printf("No Tx Protocols available\n");
|
||||
return;
|
||||
}
|
||||
|
||||
if (g_focusFileSend) {
|
||||
windowId = WindowId::Files;
|
||||
subWindowIdFiles = SubWindowIdFiles::Send;
|
||||
|
||||
Reference in New Issue
Block a user