chore(frontend): improve usability

This commit is contained in:
syuilo 2025-10-04 08:53:19 +09:00
parent f0fb3a56a8
commit cb1a90ddad
1 changed files with 3 additions and 0 deletions

View File

@ -948,6 +948,7 @@ watch([
chatShowSenderName, chatShowSenderName,
useStickyIcons, useStickyIcons,
enableHighQualityImagePlaceholders, enableHighQualityImagePlaceholders,
disableShowingAnimatedImages,
keepScreenOn, keepScreenOn,
contextMenu, contextMenu,
fontSize, fontSize,
@ -958,6 +959,8 @@ watch([
enablePullToRefresh, enablePullToRefresh,
reduceAnimation, reduceAnimation,
showAvailableReactionsFirstInNote, showAvailableReactionsFirstInNote,
animatedMfm,
advancedMfm,
], () => { ], () => {
suggestReload(); suggestReload();
}); });