Skip to content

Commit

Permalink
Hide back button when there isn't any page on stack
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Dec 13, 2024
1 parent a545579 commit 1395810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/qml/components/platform.uuitk/HeaderBarImpl.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1395810

Please sign in to comment.