From 05e66b22d1a071d8ede8fa6a374c38d7f58ec893 Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Fri, 8 May 2026 16:06:03 +0200 Subject: [PATCH] feat: add DebugInfo field to AppSettings --- windows/AppSettings.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/AppSettings.cs b/windows/AppSettings.cs index 040a189..9578b0f 100644 --- a/windows/AppSettings.cs +++ b/windows/AppSettings.cs @@ -14,6 +14,7 @@ public class AppSettings public int RefreshInterval { get; set; } = 120; public bool ShowInTaskbar { get; set; } = true; public bool BetaChannel { get; set; } = false; + public string DebugInfo { get; set; } = ""; private static readonly string FilePath = Path.Combine( Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),