mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: fix manual add dive
This had been broken by mistake in commit e5f95daee8
("QML UI: reimplement
context menu for dive details").
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c62baea032
commit
a0d3480bbe
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ MobileComponents.ApplicationWindow {
|
|||
Action {
|
||||
text: "Add dive manually"
|
||||
onTriggered: {
|
||||
detailsWindow.viewEditText = "Save"
|
||||
detailsWindow.state = "edit"
|
||||
detailsWindow.dive_id = manager.addDive();
|
||||
detailsWindow.number = manager.getNumber(detailsWindow.dive_id)
|
||||
|
|
Loading…
Add table
Reference in a new issue