Skip to content

Fix taskbar icon when app is pinned#86

Merged
erikdarlingdata merged 1 commit intodevfrom
fix/issue-85-taskbar-icon
Mar 11, 2026
Merged

Fix taskbar icon when app is pinned#86
erikdarlingdata merged 1 commit intodevfrom
fix/issue-85-taskbar-icon

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Add <ApplicationIcon> to csproj to embed the icon in the exe's PE resources
  • Without this, Windows shows the default app icon when pinned to the taskbar

Closes #85

🤖 Generated with Claude Code

Add <ApplicationIcon> to csproj so the icon is embedded in the PE
resources. Without this, Windows falls back to the default app icon
when the application is pinned to the taskbar.

Closes #85

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 0e4cf51 into dev Mar 11, 2026
@erikdarlingdata erikdarlingdata deleted the fix/issue-85-taskbar-icon branch March 11, 2026 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant