feat: add option to turn off dynamic interactions (#1798)

* add option to turn off dynamic interactions

* update

Signed-off-by: dom <githubaccount56556@proton.me>

---------

Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
KoishiMoe
2026-01-09 11:35:47 +08:00
committed by GitHub
parent dbc11c36df
commit 836ab311d6
4 changed files with 30 additions and 9 deletions

View File

@@ -57,6 +57,7 @@ abstract final class SettingBoxKey {
defaultShowComment = 'defaultShowComment',
replySortType = 'replySortType',
defaultDynamicType = 'defaultDynamicType',
showDynInteraction = 'showDynInteraction',
enableHotKey = 'enableHotKey',
enableSearchRcmd = 'enableSearchRcmd',
enableQuickFav = 'enableQuickFav',