1
0

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:
SomberNight
2023-03-29 21:56:33 +00:00
parent d46d23b103
commit 9ef6d6a56f
4 changed files with 1 additions and 13 deletions

View File

@@ -24,7 +24,6 @@ Wizard {
Config.autoConnect = wizard_data['autoconnect']
if (!wizard_data['autoconnect']) {
Network.server = wizard_data['server']
Config.serverString = wizard_data['server']
}
}