mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/divelist: connect click on trip to toggle MobileListModel
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
edeaf7fa57
commit
730fd26814
3 changed files with 3 additions and 2 deletions
|
@ -50,7 +50,7 @@ Kirigami.ScrollablePage {
|
|||
if (isTrip) {
|
||||
manager.appendTextToLog("clicked on trip " + tripTitle)
|
||||
// toggle expand (backend to deal with unexpand other trip)
|
||||
manager.toggle(model.row);
|
||||
diveModel.toggle(model.row);
|
||||
} else {
|
||||
manager.appendTextToLog("clicked on dive")
|
||||
if (detailsWindow.state === "view") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue