diff --git a/client/ui/qml/Pages2/PageHome.qml b/client/ui/qml/Pages2/PageHome.qml index 0c778215..01ba3032 100644 --- a/client/ui/qml/Pages2/PageHome.qml +++ b/client/ui/qml/Pages2/PageHome.qml @@ -129,7 +129,13 @@ PageType { DrawerType { id: menu - interactive: true + interactive: { + if (stackView && stackView.currentItem) { + return (stackView.currentItem.objectName === PageController.getPagePath(PageEnum.PageHome)) ? true : false + } else { + return false + } + } dragMargin: buttonBackground.height + 56 // page start tabBar height width: parent.width