Mobile: UI for selecting what to copy-paste

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
Miika Turkia 2018-11-18 07:42:15 +02:00 committed by mturkia
parent de813c27ce
commit 8e7a9a4f4c
6 changed files with 268 additions and 8 deletions

View file

@ -232,6 +232,10 @@ Kirigami.ScrollablePage {
timer.stop()
manager.copyDiveData(dive.id)
}
onPressAndHold: {
globalDrawer.close()
pageStack.push(settingsCopyWindow)
}
}
}
Rectangle {