initial commit of weather settings

This commit is contained in:
vaguesyntax
2025-10-30 18:10:37 +03:00
parent d835d8bc30
commit 487c0fc916
2 changed files with 54 additions and 0 deletions
@@ -16,6 +16,13 @@ Singleton {
readonly property bool useUSCS: Config.options.bar.weather.useUSCS
property bool gpsActive: Config.options.bar.weather.enableGPS
onUseUSCSChanged: {
root.getData();
}
onCityChanged: {
root.getData();
}
property var location: ({
valid: false,
lat: 0,