mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-27 14:28:53 +09:00
enhance: タイムラインにノートへの返信を表示するオプションのデフォルトをオンに設定
This commit is contained in:
parent
d3706bf78a
commit
9977d76714
@ -25,6 +25,9 @@
|
||||
## 13.x.x-cp-4.x.x
|
||||
출시일: unreleased
|
||||
|
||||
### General
|
||||
- 타임라인에 노트의 답글을 표시하는 옵션의 기본값을 켜짐으로 설정
|
||||
|
||||
### Client
|
||||
- Fix: 네트워크 트래픽이 10MB/s를 초과하면 네트워크 통계 위젯의 그래프가 잘못 출력되는 문제
|
||||
|
||||
|
@ -104,7 +104,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
},
|
||||
showTimelineReplies: {
|
||||
where: 'account',
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
Loading…
Reference in New Issue
Block a user