mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: make sure the correct data is in the bread crumbs
Once again this requires changes that aren't upstream in Kirigami. But with this the bread crumbs update when the user swipes from dive to dive. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
162d07086b
commit
410fd222d1
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ Kirigami.Page {
|
|||
title: diveDetailsListView.currentItem.modelData.dive.location
|
||||
state: "view"
|
||||
|
||||
onTitleChanged: {
|
||||
header.updateBreadCrumbs()
|
||||
}
|
||||
|
||||
states: [
|
||||
State {
|
||||
name: "view"
|
||||
|
|
Loading…
Add table
Reference in a new issue