mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +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
|
@ -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
|
||||
|
|
|
@ -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…
Reference in a new issue