chor(Weather): rename show to enable

This commit is contained in:
Hasan A. Tekeoğlu
2025-07-01 13:19:24 +03:00
parent c94231365f
commit 50cc371100
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -123,11 +123,11 @@ Singleton {
property int showNumberDelay: 300 // milliseconds
}
property JsonObject weather: JsonObject {
property bool show: true
property bool enable: true
// gps based location
property bool enableGPS: true
// use if 'enableGPS' is false
property string city: "Istanbul"
property string city: ""
// use uscs units
// by default use metric (SI) units
property bool useUSCS: false