chore(frontend): improve usability
This commit is contained in:
parent
f0fb3a56a8
commit
cb1a90ddad
|
@ -948,6 +948,7 @@ watch([
|
|||
chatShowSenderName,
|
||||
useStickyIcons,
|
||||
enableHighQualityImagePlaceholders,
|
||||
disableShowingAnimatedImages,
|
||||
keepScreenOn,
|
||||
contextMenu,
|
||||
fontSize,
|
||||
|
@ -958,6 +959,8 @@ watch([
|
|||
enablePullToRefresh,
|
||||
reduceAnimation,
|
||||
showAvailableReactionsFirstInNote,
|
||||
animatedMfm,
|
||||
advancedMfm,
|
||||
], () => {
|
||||
suggestReload();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue