QML UI: avoid warning before currentTheme is set
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b4b3864f50
commit
ec7a878149
@ -279,7 +279,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
||||
}
|
||||
] // end actions
|
||||
Kirigami.Icon {
|
||||
source: "icons/" + subsurfaceTheme.currentTheme + "_gps.svg"
|
||||
source: "icons/" + (subsurfaceTheme.currentTheme != "" ? subsurfaceTheme.currentTheme : "Blue") + "_gps.svg"
|
||||
enabled: false
|
||||
visible: locationServiceEnabled
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user