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 <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2016-02-08 07:38:24 +02:00 committed by Dirk Hohndel
parent 8eb019456d
commit d97ae62c75

View file

@ -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 {