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
|
@ -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
|
Mobile: add support for editing the dive number of a dive
|
||||||
Desktop: make dive replanning undoable
|
Desktop: make dive replanning undoable
|
||||||
Desktop: update statistics tab on undo or redo
|
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
|
] // end actions
|
||||||
Kirigami.Icon {
|
Image {
|
||||||
source: ":/icons/" + (subsurfaceTheme.currentTheme != "" ? subsurfaceTheme.currentTheme : "Blue") + "_gps.svg"
|
fillMode: Image.PreserveAspectFit
|
||||||
enabled: false
|
source: "qrc:///icons/" + (subsurfaceTheme.currentTheme != "" ? subsurfaceTheme.currentTheme : "Blue") + "_gps.svg"
|
||||||
visible: locationServiceEnabled
|
visible: locationServiceEnabled
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function blueTheme() {
|
function blueTheme() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue