diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-29 07:16:09 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-29 07:16:09 -0500 |
| commit | 52cc3a41c73851d88983223361c03b800db8c2a2 (patch) | |
| tree | 294a8bd7790e8f2c976d79a8a29622e550179ab1 /src/nxmaccessmanager.cpp | |
| parent | dc6653e1009a8081cd4bae7ba15751b9cc6b5e4b (diff) | |
refresh after manually unlocking the ui
fixed nexus connect button staying as "cancel" in case of errors
fixed logging of duplicate dll loading
bumped to rc6
Diffstat (limited to 'src/nxmaccessmanager.cpp')
| -rw-r--r-- | src/nxmaccessmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxmaccessmanager.cpp b/src/nxmaccessmanager.cpp index e5f1fffe..20540593 100644 --- a/src/nxmaccessmanager.cpp +++ b/src/nxmaccessmanager.cpp @@ -333,8 +333,8 @@ void NexusSSOLogin::onDisconnected() void NexusSSOLogin::onError(QAbstractSocket::SocketError e) { if (m_active) { - setState(Error, m_socket.errorString()); close(); + setState(Error, m_socket.errorString()); } } |
