Skip to content

Commit

Permalink
Merge pull request #437 from jmlich/uuitk-back-empty-stack
Browse files Browse the repository at this point in the history
Hide back button when there isn't any page on stack
  • Loading branch information
piggz authored Dec 16, 2024
2 parents 30ce1c2 + 1395810 commit 0665a8d
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 0665a8d

Please sign in to comment.