qml: fix autoconnect/single server selection, tapping server selects.
This commit is contained in:
@@ -23,6 +23,7 @@ Wizard {
|
||||
Config.autoConnect = wizard_data['autoconnect']
|
||||
if (!wizard_data['autoconnect']) {
|
||||
Network.server = wizard_data['server']
|
||||
Config.serverString = wizard_data['server']
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user