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