fix(ui): add Windows File Explorer icon for session header (#12386)

This commit is contained in:
Maharshi Patel
2026-02-06 07:18:45 -05:00
committed by GitHub
parent 6c0dce6711
commit d4fcc1b863
4 changed files with 5 additions and 1 deletions

View File

@@ -102,7 +102,7 @@ export function SessionHeader() {
{ id: "vscode", label: "VS Code", icon: "vscode", openWith: "code" },
{ id: "cursor", label: "Cursor", icon: "cursor", openWith: "cursor" },
{ id: "zed", label: "Zed", icon: "zed", openWith: "zed" },
{ id: "finder", label: "File Explorer", icon: "finder" },
{ id: "finder", label: "File Explorer", icon: "file-explorer" },
{ id: "powershell", label: "PowerShell", icon: "powershell", openWith: "powershell" },
] as const
}