enhance: タイムラインにノートへの返信を表示するオプションのデフォルトをオンに設定

This commit is contained in:
NoriDev 2023-06-06 22:53:04 +09:00
parent d3706bf78a
commit 9977d76714
2 changed files with 4 additions and 1 deletions

View file

@ -25,6 +25,9 @@
## 13.x.x-cp-4.x.x
출시일: unreleased
### General
- 타임라인에 노트의 답글을 표시하는 옵션의 기본값을 켜짐으로 설정
### Client
- Fix: 네트워크 트래픽이 10MB/s를 초과하면 네트워크 통계 위젯의 그래프가 잘못 출력되는 문제

View file

@ -104,7 +104,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
showTimelineReplies: {
where: 'account',
default: false,
default: true,
},
menu: {