From 0cf9f2325e51086d3346c7b1cda863c27df81b33 Mon Sep 17 00:00:00 2001 From: hijiki Date: Wed, 13 Nov 2024 12:05:35 +0900 Subject: [PATCH] . --- locales/index.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/locales/index.d.ts b/locales/index.d.ts index c818e927d8..ed480370d9 100755 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1570,6 +1570,10 @@ export interface Locale extends ILocale { * グローバルタイムラインを非表示にする */ "hideGlobalTimeLine": string; + /** + * バブルタイムラインを非表示にする + */ + "hideBubbleTimeLine": string; /** * 登録 */