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