diff --git a/README.md b/README.md index 93ddc805a..f877ddb9c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ ## 細かい変更点 +- インスタンスティッカーをデフォルトで常に表示する + - そのほうが楽しいと思ったから - インスタンスティッカーのツールチップに出るソフトウェア名で FoundKey, PeerTube, GNU Social, WriteFreely などを正しく表示する - 藍ちゃんウィジェットの復活 - インスタンスティッカーのツールチップにソフトウェアのバージョン番号も表示する diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index 67b5bde65..ff3e2932f 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -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",