2
0
Fork 0

add ability to close reply box under posts that were deleted

This commit is contained in:
notfire 2025-08-15 18:19:51 -04:00
commit c6baf6871f
No known key found for this signature in database
6 changed files with 26 additions and 1 deletions

View file

@ -240,6 +240,14 @@
</li>
</ul>
</li>
<li>
<BooleanSetting
path="autoCloseReplyUIWhenPostDeleted"
expert="1"
>
{{ $t('settings.auto_close_reply_ui_when_post_deleted') }}
</BooleanSetting>
</li>
<li>
<BooleanSetting
path="virtualScrolling"