mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: add debug output for dive edit save button
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
13c55e2b26
commit
22170d3991
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ Kirigami.Page {
|
|||
actions.main: Action {
|
||||
iconName: state !== "view" ? "document-save" : "document-edit"
|
||||
onTriggered: {
|
||||
manager.appendTextToLog("save/edit button triggered")
|
||||
if (state === "edit" || state === "add") {
|
||||
detailsEdit.saveData()
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue