summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/i18n
diff options
context:
space:
mode:
authorJay <[email protected]>2026-04-16 23:31:00 -0400
committerGitHub <[email protected]>2026-04-17 03:31:00 +0000
commitfbbab9d6c8a03c4cd5bed0d13a85f52e3aca47ce (patch)
tree883ade9bc40164adaf14e69069068971cda17cee /packages/app/src/i18n
parentcccb907a9b3df7eb6fae71ee9e2392dccc73e9d3 (diff)
downloadopencode-fbbab9d6c8a03c4cd5bed0d13a85f52e3aca47ce.tar.gz
opencode-fbbab9d6c8a03c4cd5bed0d13a85f52e3aca47ce.zip
feat(app): hide desktop titlebar tools behind settings (#19029)
Co-authored-by: Brendan Allan <[email protected]> Co-authored-by: Brendan Allan <[email protected]>
Diffstat (limited to 'packages/app/src/i18n')
-rw-r--r--packages/app/src/i18n/en.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/app/src/i18n/en.ts b/packages/app/src/i18n/en.ts
index c6bcc37b1..2cfb79714 100644
--- a/packages/app/src/i18n/en.ts
+++ b/packages/app/src/i18n/en.ts
@@ -719,6 +719,7 @@ export const dict = {
"settings.desktop.wsl.description": "Run the OpenCode server inside WSL on Windows.",
"settings.general.section.appearance": "Appearance",
+ "settings.general.section.advanced": "Advanced",
"settings.general.section.notifications": "System notifications",
"settings.general.section.updates": "Updates",
"settings.general.section.sounds": "Sound effects",
@@ -741,6 +742,16 @@ export const dict = {
"settings.general.row.followup.description": "Choose whether follow-up prompts steer immediately or wait in a queue",
"settings.general.row.followup.option.queue": "Queue",
"settings.general.row.followup.option.steer": "Steer",
+ "settings.general.row.showFileTree.title": "File tree",
+ "settings.general.row.showFileTree.description": "Show the file tree toggle and panel in desktop sessions",
+ "settings.general.row.showNavigation.title": "Navigation controls",
+ "settings.general.row.showNavigation.description": "Show the back and forward buttons in the desktop title bar",
+ "settings.general.row.showSearch.title": "Command palette",
+ "settings.general.row.showSearch.description": "Show the search and command palette button in the desktop title bar",
+ "settings.general.row.showTerminal.title": "Terminal",
+ "settings.general.row.showTerminal.description": "Show the terminal button in the desktop title bar",
+ "settings.general.row.showStatus.title": "Server status",
+ "settings.general.row.showStatus.description": "Show the server status button in the desktop title bar",
"settings.general.row.reasoningSummaries.title": "Show reasoning summaries",
"settings.general.row.reasoningSummaries.description": "Display model reasoning summaries in the timeline",
"settings.general.row.shellToolPartsExpanded.title": "Expand shell tool parts",