fix(location): autolocate off by default for privacy, improved UI when no location is set. Fix #2388

This commit is contained in:
Lemmy
2026-04-02 16:58:25 -04:00
parent 876e0ffb4b
commit 621c798c8b
6 changed files with 31 additions and 13 deletions
+3
View File
@@ -26,6 +26,9 @@ Singleton {
readonly property alias data: adapter
// True when the user has set a location name or enabled auto-locate
readonly property bool locationConfigured: Settings.data.location.name !== "" || Settings.data.location.autoLocate
// Stable UI properties - only updated when location is successfully geocoded
property bool coordinatesReady: false
property string stableLatitude: ""