Merge pull request #437 from amnezia-vpn/bugfix/minor-ui-fixes

Bugfix/minor UI fixes
This commit is contained in:
pokamest 2023-11-29 05:34:30 -08:00 committed by GitHub
commit b897e7102e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ PageType {
}
function onImportFinished() {
if (ConnectionController.isConnected) {
if (!ConnectionController.isConnected) {
ServersModel.setDefaultServerIndex(ServersModel.getServersCount() - 1);
}