mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile: copy the dive data when configuring settings
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
8e7a9a4f4c
commit
53ba950c8f
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ Kirigami.ScrollablePage {
|
|||
}
|
||||
onPressAndHold: {
|
||||
globalDrawer.close()
|
||||
manager.copyDiveData(dive.id)
|
||||
pageStack.push(settingsCopyWindow)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue