moved ContainersPageHomeListView and ConnectionTypeSelectionDrawer to separate components

This commit is contained in:
vladimir.kuznetsov 2023-05-22 00:10:51 +08:00
parent acca85b99a
commit 0479113949
23 changed files with 443 additions and 294 deletions

View file

@ -109,7 +109,7 @@ Item {
running: false
onTriggered: {
// todo go to root installing page
PageController.goToPage(PageEnum.PageHome)
PageController.goToPage(PageEnum.PageStart)
}
}