diff options
Diffstat (limited to 'mobile-widgets/qml/GpsList.qml')
-rw-r--r-- | mobile-widgets/qml/GpsList.qml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mobile-widgets/qml/GpsList.qml b/mobile-widgets/qml/GpsList.qml index 6903acd80..8866160d9 100644 --- a/mobile-widgets/qml/GpsList.qml +++ b/mobile-widgets/qml/GpsList.qml @@ -15,18 +15,6 @@ Kirigami.ScrollablePage { objectName: "gpsList" title: "GPS Fixes" -/* this can be done by hitting the back key - contextualActions: [ - Action { - text: "Close GPS list" - iconName: "dialog-cancel" - onTriggered: { - stackView.pop() - contextDrawer.close() - } - } - ] - */ Component { id: gpsDelegate Kirigami.SwipeListItem { |