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
+1 -1
View File
@@ -352,7 +352,7 @@ Singleton {
property int firstDayOfWeek: -1 // -1 = auto (use locale), 0 = Sunday, 1 = Monday, 6 = Saturday
property bool hideWeatherTimezone: false
property bool hideWeatherCityName: false
property bool autoLocate: true
property bool autoLocate: false
}
// calendar