Disable auto connect when updating

This commit is contained in:
Zach Halpern 2019-03-03 16:14:08 -05:00
parent a7f19f7848
commit 18ad3cf4a5

View file

@ -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);
}