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…
Reference in a new issue