diff options
Diffstat (limited to 'locales/index.d.ts')
| -rw-r--r-- | locales/index.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index d7b1c3b9b0..3dfd0e6029 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5635,6 +5635,10 @@ export interface Locale extends ILocale { */ "makeEveryTextElementsSelectable_description": string; /** + * アイコンをスクロールに追従させる + */ + "useStickyIcons": string; + /** * ナビゲーションバーに副ボタンを表示 */ "showNavbarSubButtons": string; |