fixed page return after installation

This commit is contained in:
vladimir.kuznetsov 2023-10-23 21:30:30 +05:00
parent 994aa32745
commit 6a12cad1c9
2 changed files with 4 additions and 10 deletions

View file

@ -32,7 +32,7 @@ PageType {
function onRestorePageHomeState(isContainerInstalled) {
buttonContent.state = "expanded"
if (isContainerInstalled) {
containersDropDown.menuVisible = true
containersDropDown.rootButtonClickedFunction()
}
}
function onForceCloseDrawer() {