chore(frontend): improve usability
This commit is contained in:
parent
f0fb3a56a8
commit
cb1a90ddad
|
@ -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();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue