chore: show local instance ticker by default (close #33)

This commit is contained in:
naskya 2023-07-21 13:20:14 +00:00
parent 6b21ca3131
commit 1aac7bb682
Signed by: naskya
GPG key ID: 164DFF24E2D40139
2 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,8 @@
## 細かい変更点
- インスタンスティッカーをデフォルトで常に表示する
- そのほうが楽しいと思ったから
- インスタンスティッカーのツールチップに出るソフトウェア名で FoundKey, PeerTube, GNU Social, WriteFreely などを正しく表示する
- 藍ちゃんウィジェットの復活
- インスタンスティッカーのツールチップにソフトウェアのバージョン番号も表示する

View file

@ -240,7 +240,7 @@ export const defaultStore = markRaw(
},
instanceTicker: {
where: "device",
default: "remote" as "none" | "remote" | "always",
default: "always" as "none" | "remote" | "always",
},
reactionPickerSkinTone: {
where: "account",