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:
parent
8eb019456d
commit
d97ae62c75
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user