diff --git a/app/appearance/langs/en_US.json b/app/appearance/langs/en_US.json index 3e25351f4..98217ecb5 100644 --- a/app/appearance/langs/en_US.json +++ b/app/appearance/langs/en_US.json @@ -522,6 +522,8 @@ "appearance11": "shrink to the tray after clicking the close button", "appearance14": "Doc icon uses the system native Emoji", "appearance15": "The desktop uses Twitter Emoji by default, and the native Emoji font in the system will be used after it is turned on", + "appearance16": "Hide bottom status bar", + "appearance17": "Hide the status bar at the bottom of the desktop when enabled", "min": "Min", "restore": "Restore", "max": "Max", diff --git a/app/appearance/langs/fr_FR.json b/app/appearance/langs/fr_FR.json index c3bb76d83..19010cd81 100644 --- a/app/appearance/langs/fr_FR.json +++ b/app/appearance/langs/fr_FR.json @@ -522,6 +522,8 @@ "appearance11": "shrink to the tray after clicking the close button", "appearance14": "L'icône Doc utilise l'Emoji natif du système", "appearance15": "Le bureau utilise Twitter Emoji par défaut, et la police Emoji native du système sera utilisée après son activation", + "appearance16": "Masquer la barre d'état inférieure", + "appearance17": "Masquer la barre d'état en bas du bureau lorsqu'elle est activée", "min": "Min", "restore": "Restaurer", "max": "Max", diff --git a/app/appearance/langs/zh_CHT.json b/app/appearance/langs/zh_CHT.json index 922eee3da..2566f1214 100644 --- a/app/appearance/langs/zh_CHT.json +++ b/app/appearance/langs/zh_CHT.json @@ -522,6 +522,8 @@ "appearance11": "點擊關閉按鈕後縮小到託盤中", "appearance14": "文檔圖示使用系統原生 Emoji", "appearance15": "桌面端預設使用 Twitter Emoji,開啟後將使用系統原生的 Emoji", + "appearance16": "隱藏底部狀態欄", + "appearance17": "開啟後將隱藏桌面端底部狀態欄", "min": "最小化", "restore": "向下還原", "max": "最大化", diff --git a/app/appearance/langs/zh_CN.json b/app/appearance/langs/zh_CN.json index 4d5af5852..fbf5e70f1 100644 --- a/app/appearance/langs/zh_CN.json +++ b/app/appearance/langs/zh_CN.json @@ -523,6 +523,8 @@ "appearance11": "点击关闭按钮后缩小到托盘中", "appearance14": "文档图标使用系统原生 Emoji", "appearance15": "桌面端默认使用 Twitter Emoji,开启后将使用系统原生的 Emoji", + "appearance16": "隐藏底部状态栏", + "appearance17": "开启后将隐藏桌面端底部状态栏", "min": "最小化", "restore": "向下还原", "max": "最大化", diff --git a/app/src/config/appearance.ts b/app/src/config/appearance.ts index 5720ef0bd..6b5237d74 100644 --- a/app/src/config/appearance.ts +++ b/app/src/config/appearance.ts @@ -147,6 +147,14 @@ export const appearance = { +