enhance(frontend): 絵文字ピッカーをドロワー表示するか自由に設定可能に
This commit is contained in:
Vendored
+4
@@ -2056,6 +2056,10 @@ export interface Locale extends ILocale {
|
||||
* メニューのスタイル
|
||||
*/
|
||||
"menuStyle": string;
|
||||
/**
|
||||
* スタイル
|
||||
*/
|
||||
"style": string;
|
||||
/**
|
||||
* ドロワー
|
||||
*/
|
||||
|
||||
@@ -510,6 +510,7 @@ aboutX: "{x}について"
|
||||
emojiStyle: "絵文字のスタイル"
|
||||
native: "ネイティブ"
|
||||
menuStyle: "メニューのスタイル"
|
||||
style: "スタイル"
|
||||
drawer: "ドロワー"
|
||||
popup: "ポップアップ"
|
||||
showNoteActionsOnlyHover: "ノートのアクションをホバー時のみ表示する"
|
||||
|
||||
Reference in New Issue
Block a user