mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: fast hash checker
This commit is contained in:
@@ -351,14 +351,13 @@ void CoreManager::saveServerSettingsWithConnect()
|
||||
|
||||
if(client->getIsConnected())
|
||||
{
|
||||
client->setDisconnect();
|
||||
entryWidget->showLoginWidget(true);
|
||||
widgetManager->getMainWindow()->showOfflineButton(true);
|
||||
widgetManager->activateLoadingAnimation(false);
|
||||
}
|
||||
else
|
||||
{
|
||||
emit sigSetConnect(settings);
|
||||
}
|
||||
|
||||
emit sigSetConnect(settings);
|
||||
}
|
||||
|
||||
void CoreManager::checkAppAvailable()
|
||||
|
||||
Reference in New Issue
Block a user