From d97ae62c754905047d5a12e1bc6741764c83d538 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Mon, 8 Feb 2016 07:38:24 +0200 Subject: Move preferences under GPS menu Since we currently only have preferences that affect the GPS functionality, it might be more logical to have the preferences under GPS menu. Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- qt-mobile/qml/main.qml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'qt-mobile') diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index 6af5a364d..ee1824231 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -42,13 +42,6 @@ MobileComponents.ApplicationWindow { detailsWindow.endEditMode() } }, - Action { - text: "Preferences" - onTriggered: { - stackView.push(prefsWindow) - detailsWindow.endEditMode() - } - }, MobileComponents.ActionGroup { text: "Manage dives" /* @@ -134,6 +127,13 @@ MobileComponents.ApplicationWindow { manager.clearGpsData(); } } + Action { + text: "Preferences" + onTriggered: { + stackView.push(prefsWindow) + endEditMode() + } + } }, MobileComponents.ActionGroup { -- cgit v1.2.3-70-g09d2