diff options
Diffstat (limited to 'src/config/defaults.ts')
| -rw-r--r-- | src/config/defaults.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults.ts b/src/config/defaults.ts index 570ed16..763ccc2 100644 --- a/src/config/defaults.ts +++ b/src/config/defaults.ts @@ -133,6 +133,7 @@ export default { { recursive: true, // Whether to search recursively path: "~/Pictures/Wallpapers", // Path to search + threshold: 0.8, // The threshold to filter wallpapers by size (e.g. 0.8 means wallpaper must be at least 80% of the screen size), 0 to disable }, ], }, |