summaryrefslogtreecommitdiff
path: root/src/config/types.ts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-09 00:14:48 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-09 00:14:48 +1000
commita6f26b3d379029660a651d5fff4822b0044cc49f (patch)
tree39f7ff864aa937cafcc2cac6dd3ec46b83342153 /src/config/types.ts
parentupdates: fix cache file extension (diff)
downloadcaelestia-shell-a6f26b3d379029660a651d5fff4822b0044cc49f.tar.gz
caelestia-shell-a6f26b3d379029660a651d5fff4822b0044cc49f.tar.bz2
caelestia-shell-a6f26b3d379029660a651d5fff4822b0044cc49f.zip
weather: store api key directly in config
Also only notify once when no api key for both weather and news
Diffstat (limited to 'src/config/types.ts')
-rw-r--r--src/config/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/types.ts b/src/config/types.ts
index 736548a..2862612 100644
--- a/src/config/types.ts
+++ b/src/config/types.ts
@@ -78,7 +78,7 @@ export default {
"math.maxHistory": NUM,
"updates.interval": NUM,
"weather.interval": NUM,
- "weather.key": STR,
+ "weather.apiKey": STR,
"weather.location": STR,
"weather.imperial": BOOL,
"cpu.interval": NUM,