mobile: show text with location service icon
I don't recall why we removed that text, but this makes it much clearer that the service is active. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b3e28eed5d
commit
e1f2d49361
@ -600,10 +600,19 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
||||
*/
|
||||
}
|
||||
] // end actions
|
||||
Image {
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: "qrc:///icons/" + (subsurfaceTheme.currentTheme !== "" ? subsurfaceTheme.currentTheme : "Blue") + "_gps.svg"
|
||||
visible: locationServiceEnabled
|
||||
Row {
|
||||
spacing: Kirigami.Units.smallSpacing
|
||||
Image {
|
||||
id: ls_logo
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: "qrc:///icons/" + (subsurfaceTheme.currentTheme !== "" ? subsurfaceTheme.currentTheme : "Blue") + "_gps.svg"
|
||||
visible: locationServiceEnabled
|
||||
}
|
||||
Text {
|
||||
text: qsTr("Background location service active")
|
||||
visible: locationServiceEnabled
|
||||
anchors.verticalCenter: ls_logo.verticalCenter
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user