qt,qml: add a welcome page as initial page for server connect wizard
This is much less intimidating than asking if the user wants to use a proxy out of the gate.
This commit is contained in:
@@ -147,6 +147,7 @@ class QEServerConnectWizard(ServerConnectWizard, QEAbstractWizard):
|
||||
|
||||
# attach view names
|
||||
self.navmap_merge({
|
||||
'welcome': {'gui': 'WCWelcome'},
|
||||
'autoconnect': {'gui': 'WCAutoConnect'},
|
||||
'proxy_ask': {'gui': 'WCProxyAsk'},
|
||||
'proxy_config': {'gui': 'WCProxyConfig'},
|
||||
|
||||
Reference in New Issue
Block a user