added swipe up for menu on PageHome
This commit is contained in:
parent
7fc4ea0c68
commit
4ab006f065
28 changed files with 90 additions and 85 deletions
|
|
@ -87,7 +87,7 @@ PageType {
|
|||
case ProtocolEnum.WireGuard: WireGuardConfigModel.updateModel(ProtocolsModel.getConfig()); break;
|
||||
case ProtocolEnum.Ipsec: Ikev2ConfigModel.updateModel(ProtocolsModel.getConfig()); break;
|
||||
}
|
||||
goToPage(protocolPage);
|
||||
PageController.goToPage(protocolPage);
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
|
|
@ -120,7 +120,7 @@ PageType {
|
|||
|
||||
questionDrawer.yesButtonFunction = function() {
|
||||
questionDrawer.visible = false
|
||||
goToPage(PageEnum.PageDeinstalling)
|
||||
PageController.goToPage(PageEnum.PageDeinstalling)
|
||||
InstallController.removeCurrentlyProcessedContainer()
|
||||
}
|
||||
questionDrawer.noButtonFunction = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue