feat(app): allow disabling progress bar in settings (#23674)

This commit is contained in:
Brendan Allan
2026-04-21 19:10:50 +08:00
committed by GitHub
parent febadc5589
commit 811a7e9a8b
20 changed files with 72 additions and 1 deletions
+3
View File
@@ -762,6 +762,9 @@ export const dict = {
"settings.general.row.editToolPartsExpanded.title": "Expand edit tool parts",
"settings.general.row.editToolPartsExpanded.description":
"Show edit, write, and patch tool parts expanded by default in the timeline",
"settings.general.row.showSessionProgressBar.title": "Show session progress bar",
"settings.general.row.showSessionProgressBar.description":
"Display the animated progress bar at the top of the session when the agent is working",
"settings.general.row.wayland.title": "Use native Wayland",
"settings.general.row.wayland.description": "Disable X11 fallback on Wayland. Requires restart.",