mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile: make the GPS service icon work again
I don't recall when this stopped working. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9344dd51b7
commit
d401271dab
2 changed files with 4 additions and 4 deletions
|
@ -461,12 +461,11 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
|||
}
|
||||
}
|
||||
] // end actions
|
||||
Kirigami.Icon {
|
||||
source: ":/icons/" + (subsurfaceTheme.currentTheme != "" ? subsurfaceTheme.currentTheme : "Blue") + "_gps.svg"
|
||||
enabled: false
|
||||
Image {
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: "qrc:///icons/" + (subsurfaceTheme.currentTheme != "" ? subsurfaceTheme.currentTheme : "Blue") + "_gps.svg"
|
||||
visible: locationServiceEnabled
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function blueTheme() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue