2
0

Replace Dell logo with Material Design monitor icon

- Add white monitor icon from Google Material Icons (desktop_windows)
- Works with Windows light/dark mode (white icon auto-inverts)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-04 00:50:09 -05:00
parent b4690dc937
commit ab1b4c7c0e
3 changed files with 3 additions and 1 deletions

View File

@@ -27,10 +27,12 @@
<ItemGroup>
<None Remove="DellLogo.ico" />
<None Remove="MonitorIcon.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="DellLogo.ico" />
<Resource Include="MonitorIcon.ico" />
</ItemGroup>
<ItemGroup>