chore(frontend): アニメーション画像設定をパフォーマンスセクションにも追加

This commit is contained in:
syuilo
2025-11-10 13:23:23 +09:00
parent ca1bf21dcf
commit 23d2d191a0
3 changed files with 17 additions and 0 deletions

4
locales/index.d.ts vendored
View File

@@ -6187,6 +6187,10 @@ export interface Locale extends ILocale {
* 絵文字ピッカーに固定表示するプリセットをパレットとして登録したり、ピッカーの表示方法をカスタマイズしたりできます。
*/
"emojiPaletteBanner": string;
/**
* アニメーション画像を有効にする
*/
"enableAnimatedImages": string;
"_chat": {
/**
* 送信者の名前を表示

View File

@@ -1554,6 +1554,7 @@ _settings:
showAvailableReactionsFirstInNote: "利用できるリアクションを先頭に表示"
showPageTabBarBottom: "ページのタブバーを下部に表示"
emojiPaletteBanner: "絵文字ピッカーに固定表示するプリセットをパレットとして登録したり、ピッカーの表示方法をカスタマイズしたりできます。"
enableAnimatedImages: "アニメーション画像を有効にする"
_chat:
showSenderName: "送信者の名前を表示"