From 4cd7e7492357fc643dbf39b169d37fe18f8a18cd Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Tue, 27 Jan 2026 21:25:59 -0500 Subject: [PATCH] Minor change to test upgrade --- StatusWindow/WindowSource.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StatusWindow/WindowSource.cs b/StatusWindow/WindowSource.cs index c8cbbd9..a03f431 100644 --- a/StatusWindow/WindowSource.cs +++ b/StatusWindow/WindowSource.cs @@ -152,7 +152,7 @@ internal class WindowSource : IWindowSource, IDisposable Data.Load(); } - private void Save() + private static void Save() { Data.Save(); }