qml: rm QEConfig.serverString. Network.server is sufficient
If there is no network object, it's ok not to be able to customise it.
This commit is contained in:
@@ -24,7 +24,6 @@ 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