feat(app): add v2 home tab toggle (#32191)

This commit is contained in:
Luke Parker 2026-06-17 12:37:48 +02:00 committed by GitHub
commit 5c9e4ff21b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 168 additions and 87 deletions

View file

@ -141,7 +141,7 @@ export const DESKTOP_MENU: DesktopMenu[] = [
id: "view",
label: "View",
items: [
{ type: "item", label: "Toggle Sidebar", command: "sidebar.toggle", accelerator: { macos: "Cmd+B" } },
{ type: "item", label: "Toggle Sidebar", command: "sidebar.toggle" },
{ type: "item", label: "Toggle Terminal", command: "terminal.toggle", accelerator: { macos: "Ctrl+`" } },
{ type: "item", label: "Toggle File Tree", command: "fileTree.toggle" },
{ type: "separator" },