Ref T659, ajusted login component/dialog for poup login

This commit is contained in:
Klaus Basan
2019-07-22 01:41:29 +02:00
parent 69c13c353f
commit 9b6d35b298
7 changed files with 37 additions and 82 deletions

View File

@@ -325,7 +325,7 @@ namespace BlackGui
sGui->getIContextAudio()->setVoiceSetup(currentServer.getVoiceSetup());
}
msg = sGui->getIContextNetwork()->connectToNetwork(currentServer, mode);
msg = sGui->getIContextNetwork()->connectToNetwork(currentServer, {}, true, {}, true, mode);
if (msg.isSuccess())
{
Q_ASSERT_X(currentServer.isValidForLogin(), Q_FUNC_INFO, "invalid server");