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:
Dirk Hohndel 2019-10-27 14:51:18 -04:00
parent 9344dd51b7
commit d401271dab
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,4 @@
Mobile: re-enable GPS location service icon in global drawer
Mobile: add support for editing the dive number of a dive
Desktop: make dive replanning undoable
Desktop: update statistics tab on undo or redo

View file

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