Tags: SysAdminDoc/Images
Tags
fix: dispatch UI-thread collection mutation, reuse slideshow timer; b… …ump v0.2.14 NetworkEgressService.LoadPersistedEntries ran on Task.Run but mutated _entries (ObservableCollection) without dispatching — throws if About panel is bound during startup load. Now uses the same dispatcher check as Record(). RestartSlideshowTimer allocated a new DispatcherTimer on every restart without unsubscribing the old Tick handler. Reuses the existing timer instance and only creates one on first call. Version bump 0.2.14 for the deep audit pass (correctness, theme, internal fixes across 4 commits).
PreviousNext