Throw away the reference to RFB on disconnect

This commit is contained in:
Samuel Mannehed 2017-12-14 12:15:56 +01:00
parent b245ec7038
commit 75e1161434
1 changed files with 2 additions and 0 deletions

View File

@ -1055,6 +1055,8 @@ var UI = {
UI.updateVisualState('disconnecting');
UI.rfb = undefined;
// Don't display the connection settings until we're actually disconnected
},