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