diff --git a/CHANGELOG_CHERRYPICK.md b/CHANGELOG_CHERRYPICK.md index 8222f40637..ebd34d2879 100644 --- a/CHANGELOG_CHERRYPICK.md +++ b/CHANGELOG_CHERRYPICK.md @@ -29,6 +29,7 @@ - 계정 초기 마법사에 MFM 및 움직이는 이미지 설정 추가 - Fix: 위젯 편집 시 헤더 이외의 영역을 눌렀을 때 위젯 설정이 뜨는 문제 - Fix: 위젯 편집 종료 버튼이 여러 개 있는 문제 +- Fix: 일부 옵션 변경 시 페이지를 새로 고치도록 --- diff --git a/packages/frontend/src/pages/settings/general.vue b/packages/frontend/src/pages/settings/general.vue index 931ed06017..13acd5f4b7 100644 --- a/packages/frontend/src/pages/settings/general.vue +++ b/packages/frontend/src/pages/settings/general.vue @@ -261,6 +261,7 @@ watch(useSystemFont, () => { watch([ lang, + animatedMfm, useBlurEffect, fontSize, useSystemFont,