プロフィールアイコンのデフォルトを四角形に設定

This commit is contained in:
NoriDev 2023-06-09 20:36:19 +09:00
parent 778a689b84
commit 4df786a308
2 changed files with 2 additions and 1 deletions

View file

@ -29,6 +29,7 @@
### General ### General
- 타임라인에 노트의 답글을 표시하는 옵션의 기본값을 켜짐으로 설정 - 타임라인에 노트의 답글을 표시하는 옵션의 기본값을 켜짐으로 설정
- 네비게이션 바의 배치를 수정 - 네비게이션 바의 배치를 수정
- 프로필 아이콘의 기본값을 사각형으로 설정
### Client ### Client
- 모바일에서 UI 흐림 효과를 껐을 때 가독성 향상 - 모바일에서 UI 흐림 효과를 껐을 때 가독성 향상

View file

@ -276,7 +276,7 @@ export const defaultStore = markRaw(new Storage('base', {
}, },
squareAvatars: { squareAvatars: {
where: 'device', where: 'device',
default: false, default: true,
}, },
postFormWithHashtags: { postFormWithHashtags: {
where: 'device', where: 'device',