mirror of
https://example.com
synced 2024-11-23 07:36:40 +09:00
chore: show local instance ticker by default (close #33)
This commit is contained in:
parent
8495d5a92d
commit
075cb09229
2 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,8 @@
|
|||
|
||||
## 細かい変更点
|
||||
|
||||
- インスタンスティッカーをデフォルトで常に表示する
|
||||
- そのほうが楽しいと思ったから
|
||||
- インスタンスティッカーのツールチップに出るソフトウェア名で FoundKey, PeerTube, GNU Social, WriteFreely などを正しく表示する
|
||||
- 藍ちゃんウィジェットの復活
|
||||
- インスタンスティッカーのツールチップにソフトウェアのバージョン番号も表示する
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue