summaryrefslogtreecommitdiff
path: root/src/config/index.ts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-05 18:17:42 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-05 18:17:42 +1100
commitded52a0f1d980bb9d9ef82866ab57e1b117ac8cc (patch)
treebf88ca1ef02fab96f27c5b51718a6334632c4a46 /src/config/index.ts
parentthumbnailer: use sha1sum for caching (diff)
downloadcaelestia-shell-ded52a0f1d980bb9d9ef82866ab57e1b117ac8cc.tar.gz
caelestia-shell-ded52a0f1d980bb9d9ef82866ab57e1b117ac8cc.tar.bz2
caelestia-shell-ded52a0f1d980bb9d9ef82866ab57e1b117ac8cc.zip
thumbnailer: add configs
Diffstat (limited to 'src/config/index.ts')
-rw-r--r--src/config/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/index.ts b/src/config/index.ts
index 0cb8a60..631aa1d 100644
--- a/src/config/index.ts
+++ b/src/config/index.ts
@@ -10,7 +10,6 @@ export const {
notifpopups,
osds,
sidebar,
- sideleft,
math,
updates,
weather,
@@ -20,5 +19,6 @@ export const {
storage,
wallpapers,
calendar,
+ thumbnailer,
} = config;
export default config;