mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
NewServerConfiguringLogic
NewServerProtocolsLogic
This commit is contained in:
@@ -79,7 +79,7 @@ Window {
|
||||
if (item instanceof PageNewServer) {
|
||||
return PageEnum.NewServer
|
||||
}
|
||||
if (item instanceof PageNewServerProtocol) {
|
||||
if (item instanceof PageNewServerProtocols) {
|
||||
return PageEnum.NewServerProtocols
|
||||
}
|
||||
if (item instanceof PageSetupWizard) {
|
||||
@@ -288,7 +288,7 @@ Window {
|
||||
}
|
||||
Component {
|
||||
id: page_new_server_protocols
|
||||
PageNewServerProtocol {}
|
||||
PageNewServerProtocols {}
|
||||
}
|
||||
Component {
|
||||
id: page_vpn
|
||||
|
||||
Reference in New Issue
Block a user