feat(pref): showthumbnail by default true

This commit is contained in:
Julien Froidefond
2025-02-18 08:13:22 +01:00
parent 0104e04c6b
commit 6fb5d85f99
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ const preferencesSchema = new mongoose.Schema(
},
showThumbnails: {
type: Boolean,
default: false,
default: true,
},
},
{