[PR #12386] fix(ui): add Windows File Explorer icon for session header #14200

Closed
opened 2026-02-16 18:19:00 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12386

State: closed
Merged: Yes


What does this PR do?

Fixes #12385

On Windows, the "File Explorer" option in the session header was showing the macOS Finder icon. This PR adds a proper Windows File Explorer icon and uses it for the "File Explorer" menu item.

Changes:

  • Add file-explorer.svg icon (Windows folder icon)
  • Register the new icon in app-icon.tsx and types.ts
  • Update the session header to use file-explorer icon for the "File Explorer" option

How did you verify your code works?

Tested locally by running bun run dev:desktop on Windows and verifying the File Explorer option now shows the correct Windows folder icon.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12386 **State:** closed **Merged:** Yes --- ### What does this PR do? Fixes #12385 On Windows, the "File Explorer" option in the session header was showing the macOS Finder icon. This PR adds a proper Windows File Explorer icon and uses it for the "File Explorer" menu item. Changes: - Add `file-explorer.svg` icon (Windows folder icon) - Register the new icon in `app-icon.tsx` and `types.ts` - Update the session header to use `file-explorer` icon for the "File Explorer" option ### How did you verify your code works? Tested locally by running `bun run dev:desktop` on Windows and verifying the File Explorer option now shows the correct Windows folder icon.
yindo added the pull-request label 2026-02-16 18:19:00 -05:00
yindo closed this issue 2026-02-16 18:19:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14200