Enhance log display behavior and menu state management
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-11 14:37:02 +11:00
parent 9bd2b32003
commit ffd43d5217
9 changed files with 166 additions and 52 deletions

View File

@@ -88,7 +88,7 @@ var Server = /** @class */ (function () {
errorState = "idle";
}
finishRequest(errorState, false);
if (WS_AVAILABLE == false) {
if (WS_AVAILABLE == false && isLogUpdate == false) {
alert("No websocket connection to xTeVe could be established. Check your network configuration.");
}
};