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 + } }