mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
don't disable autoconnect on disconnect (#5372)
* don't disable autoconnect on disconnect * update autoConnect on clicking the checkbox
This commit is contained in:
parent
24a0dac420
commit
f32890916d
2 changed files with 1 additions and 2 deletions
|
|
@ -579,7 +579,6 @@ void RemoteClient::activateToServer(const QString &_token)
|
|||
|
||||
void RemoteClient::disconnectFromServer()
|
||||
{
|
||||
SettingsCache::instance().servers().setAutoConnect(false);
|
||||
emit sigDisconnectFromServer();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue