fixed default server setting after importing
This commit is contained in:
parent
d38c7ce6a5
commit
c164814abd
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ PageType {
|
|||
}
|
||||
|
||||
function onImportFinished() {
|
||||
if (ConnectionController.isConnected) {
|
||||
if (!ConnectionController.isConnected) {
|
||||
ServersModel.setDefaultServerIndex(ServersModel.getServersCount() - 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue