mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-24 23:53:54 -07:00
Disable auto connect when updating
This commit is contained in:
parent
a7f19f7848
commit
18ad3cf4a5
1 changed files with 4 additions and 0 deletions
|
|
@ -206,6 +206,10 @@ void DlgConnect::rebuildComboBoxList(int failure)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Disable auto connect when updating
|
||||||
|
settingsCache->servers().setAutoConnect(false);
|
||||||
|
|
||||||
|
// Re-enable the refresh server button
|
||||||
btnRefreshServers->setDisabled(false);
|
btnRefreshServers->setDisabled(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue