From 61a8ae8457ccdfae53b1726377909eb11b035bdc Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Tue, 11 Aug 2026 14:30:49 +0200 Subject: [PATCH] fix --- BUGS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUGS.md b/BUGS.md index a80df4e..f30b5ba 100644 --- a/BUGS.md +++ b/BUGS.md @@ -65,7 +65,7 @@ | `AvailableLines` helper | ✅ Done | `ProgramHelpers.AvailableLines` | | Colors configurable | ✅ Done | `Colors` section in config | | Win32 constants documented | ✅ Done | Marked "intentionally hardcoded" | -| ArgsTemplate fallback removed | ✅ Done | Config is single source of truth | +| `Hatari.ConfigFile` optional with bundled fallback | ✅ Done | Empty ConfigFile falls back to bundled `MarcerGameDvd-Hatari.cfg` | | `FavoritesService.Save()` swallow comment | ✅ Done | Explains intentional behavior | | `UIErrorService` no-rethrow doc | ✅ Done | Explains design decision |