This commit is contained in:
NoriDev 2023-07-04 16:19:00 +09:00
parent b861976750
commit b269abdb04
2 changed files with 2 additions and 1 deletions

View file

@ -49,6 +49,7 @@
- 리노트 유저 팝업의 디자인 일부 개선
- 네비게이션 바의 블러 처리 추가
- 헤더의 블러 설정 추가
- 「이미 본 리노트를 간략화하기」 옵션의 기본값을 켜짐으로 변경 (revert 94bd0fa9)
- Fix: 그룹 초대 알림 아이콘이 잘못 표시되는 문제
- Fix: 노트 디자인이 올바르지 않게 표시되는 문제
- Fix: 프로필 아이콘이 투명일 때 노트 답글선이 비치는 문제

View file

@ -56,7 +56,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
collapseRenotes: {
where: 'account',
default: false,
default: true,
},
rememberNoteVisibility: {
where: 'account',