mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-13 12:29:58 -05:00
chor(Weather): rename show to enable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user