diff options
Diffstat (limited to 'mobile-widgets/qml/DiveList.qml')
-rw-r--r-- | mobile-widgets/qml/DiveList.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 3d29a1ec4..aecd2f003 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -232,6 +232,11 @@ Kirigami.ScrollablePage { timer.stop() manager.copyDiveData(dive.id) } + onPressAndHold: { + globalDrawer.close() + manager.copyDiveData(dive.id) + pageStack.push(settingsCopyWindow) + } } } Rectangle { |