summaryrefslogtreecommitdiff
path: root/src/config/types.ts
diff options
context:
space:
mode:
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 f5ca03a..0d875ce 100644
--- a/src/config/types.ts
+++ b/src/config/types.ts
@@ -75,7 +75,7 @@ export default {
"gpu.interval": NUM,
"memory.interval": NUM,
"storage.interval": NUM,
- "wallpapers.paths": OBJ_ARR({ recursive: BOOL, path: STR }),
+ "wallpapers.paths": OBJ_ARR({ recursive: BOOL, path: STR, threshold: NUM }),
"calendar.webcals": ARR(STR),
"calendar.upcomingDays": NUM,
"calendar.notify": BOOL,