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:
@@ -42,7 +42,6 @@ ElDialog {
|
||||
icon.source: '../../icons/confirmed.png'
|
||||
onClicked: {
|
||||
Config.autoConnect = serverconfig.auto_connect
|
||||
Config.serverString = serverconfig.address
|
||||
Network.server = serverconfig.address
|
||||
rootItem.close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user