feat: add DebugInfo field to AppSettings

This commit is contained in:
SuperDooper
2026-05-08 16:06:03 +02:00
parent 48e6f64c9a
commit 05e66b22d1
+1
View File
@@ -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),