journal-bot/tools
beo3000 bc45d28f26 fix(tray): load icon from embedded resource stream so it actually shows
icon.ico is a WPF <Resource> embedded in the assembly, but the code
loaded it from the filesystem (AppContext.BaseDirectory) where no copy
exists -> FileNotFoundException, silently swallowed by the catch -> blank
tray icon. Load via pack:// resource stream instead. Also log the failure
to Debug output instead of swallowing it silently.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 08:29:54 +02:00
..
JournalBot.Service feat: windows service + WPF tray GUI for journal-bot 2026-06-16 09:37:39 +02:00
JournalBot.Shared feat: windows service + WPF tray GUI for journal-bot 2026-06-16 09:37:39 +02:00
JournalBot.Shared.Tests feat: windows service + WPF tray GUI for journal-bot 2026-06-16 09:37:39 +02:00
JournalBot.Tray fix(tray): load icon from embedded resource stream so it actually shows 2026-06-26 08:29:54 +02:00
.gitignore feat: windows service + WPF tray GUI for journal-bot 2026-06-16 09:37:39 +02:00
JournalBot.slnx feat: windows service + WPF tray GUI for journal-bot 2026-06-16 09:37:39 +02:00