mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(location): autolocate off by default for privacy, improved UI when no location is set. Fix #2388
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user