From e76b4d0f33d4ca87c91e1ed11c987c554c60c729 Mon Sep 17 00:00:00 2001 From: leca Date: Sat, 4 Nov 2023 14:07:24 +0300 Subject: [PATCH] added option --- default_board_settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default_board_settings.json b/default_board_settings.json index 7cb4b53..9017a4b 100644 --- a/default_board_settings.json +++ b/default_board_settings.json @@ -1,4 +1,5 @@ { "threadsHasNames": true, - "requirePictureForThreadCreation": true + "requirePictureForThreadCreation": true, + "requireContentForThreadCreation": true } \ No newline at end of file