mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile: UI for selecting what to copy-paste
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
de813c27ce
commit
8e7a9a4f4c
6 changed files with 268 additions and 8 deletions
|
|
@ -232,6 +232,10 @@ Kirigami.ScrollablePage {
|
|||
timer.stop()
|
||||
manager.copyDiveData(dive.id)
|
||||
}
|
||||
onPressAndHold: {
|
||||
globalDrawer.close()
|
||||
pageStack.push(settingsCopyWindow)
|
||||
}
|
||||
}
|
||||
}
|
||||
Rectangle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue