Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/VibroAxe/noVNC
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Aug 19, 2022
2 parents 1d148a8 + faedcd0 commit 8329372
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,9 @@ const UI = {
} else {
UI.showStatus(_("Failed to connect to server"), 'error');
}
} else if (UI.getSetting('reconnect', false) === true && !UI.inhibitReconnect) {
}
// If reconnecting is allowed process it now
if (UI.getSetting('reconnect', false) === true && !UI.inhibitReconnect) {
UI.updateVisualState('reconnecting');

const delay = parseInt(UI.getSetting('reconnect_delay'));
Expand Down

0 comments on commit 8329372

Please sign in to comment.