enhance(frontend): ナビゲーションバーの副ボタンを非表示にできるように
This commit is contained in:
Vendored
+4
@@ -5610,6 +5610,10 @@ export interface Locale extends ILocale {
|
||||
* 有効にすると、一部のシチュエーションでのユーザビリティが低下する場合があります。
|
||||
*/
|
||||
"makeEveryTextElementsSelectable_description": string;
|
||||
/**
|
||||
* ナビゲーションバーに副ボタンを表示
|
||||
*/
|
||||
"showNavbarSubButtons": string;
|
||||
};
|
||||
"_preferencesProfile": {
|
||||
/**
|
||||
|
||||
@@ -1403,6 +1403,7 @@ _settings:
|
||||
timelineAndNote: "タイムラインとノート"
|
||||
makeEveryTextElementsSelectable: "全てのテキスト要素を選択可能にする"
|
||||
makeEveryTextElementsSelectable_description: "有効にすると、一部のシチュエーションでのユーザビリティが低下する場合があります。"
|
||||
showNavbarSubButtons: "ナビゲーションバーに副ボタンを表示"
|
||||
|
||||
_preferencesProfile:
|
||||
profileName: "プロファイル名"
|
||||
|
||||
Reference in New Issue
Block a user