diff --git a/ui/qml/components/platform.uuitk/HeaderBarImpl.qml b/ui/qml/components/platform.uuitk/HeaderBarImpl.qml index 2a727469..2ff100fd 100644 --- a/ui/qml/components/platform.uuitk/HeaderBarImpl.qml +++ b/ui/qml/components/platform.uuitk/HeaderBarImpl.qml @@ -29,6 +29,7 @@ UC.PageHeader { navigationActions: UC.Action { iconSource: styler.iconBack onTriggered: app.pages.pop() + visible: (app.pages.currentIndex > 0) } title: page.title width: page.width