fix night-lat/long initial values

This commit is contained in:
piotr 2022-05-29 01:08:32 +02:00
parent 5b8752d968
commit 3da45a5435

View File

@ -1,8 +1,8 @@
{ {
"autotiling-workspaces": "", "autotiling-workspaces": "",
"autotiling-on": true, "autotiling-on": true,
"night-lat": 0.0, "night-lat": -1,
"night-long": 0.0, "night-long": -1,
"night-temp-low": 4500, "night-temp-low": 4500,
"night-temp-high": 6500, "night-temp-high": 6500,
"night-gamma": 1.0, "night-gamma": 1.0,