waver : fix emscripten build

This commit is contained in:
Georgi Gerganov
2021-02-27 18:52:51 +00:00
parent ff09965707
commit 5b14586967

View File

@@ -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;