diff options
Diffstat (limited to 'src/config/index.ts')
| -rw-r--r-- | src/config/index.ts | 2 |
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; |