weather: config option for deg c or f (#602)

This commit is contained in:
end-4
2024-06-15 21:03:50 +07:00
parent 84252be6d8
commit 059c8937ca
2 changed files with 8 additions and 7 deletions
@@ -116,6 +116,7 @@ let configOptions = {
},
'weather': {
'city': "",
'preferredUnit': "C", // Either C or F
},
'workspaces': {
'shown': 10,