aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r--mobile-widgets/qml/main.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 0a45ab09e..46099d829 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -281,6 +281,11 @@ if you have network connectivity and want to sync your data to cloud storage."),
}
}
] // end actions
+ Kirigami.Icon {
+ source: "icons/" + subsurfaceTheme.currentTheme + "_gps.svg"
+ enabled: false
+ visible: locationServiceEnabled
+ }
}