feat(ui): use ClaudeTask icon for window and taskbar

Expose the .ico as an Avalonia resource, set it on MainWindow, and
swap the custom SystemDecorations=None for BorderOnly so the icon
appears on the taskbar and window can be resized normally.
This commit is contained in:
mika kuns
2026-04-23 13:07:38 +02:00
parent 4a6d96b90e
commit 9952ff98f2
3 changed files with 9 additions and 6 deletions

View File

@@ -22,6 +22,7 @@
<AvaloniaResource Include="Assets/Fonts/*.ttf" />
<AvaloniaResource Include="Assets/Fonts/OFL-InterTight.txt" />
<AvaloniaResource Include="Assets/Fonts/OFL-JetBrainsMono.txt" />
<AvaloniaResource Include="..\ClaudeDo.App\Assets\ClaudeTask.ico" Link="Assets\ClaudeTask.ico" />
</ItemGroup>
</Project>