From 6d34567d852482e0a8a09ca91607914bda1168df Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Fri, 8 May 2026 19:38:16 +0200 Subject: [PATCH] Add PlanLabel, OverageJson, PrepaidJson cache fields --- windows/AppSettings.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/AppSettings.cs b/windows/AppSettings.cs index 9578b0f..21e8270 100644 --- a/windows/AppSettings.cs +++ b/windows/AppSettings.cs @@ -15,6 +15,9 @@ public class AppSettings public bool ShowInTaskbar { get; set; } = true; public bool BetaChannel { get; set; } = false; public string DebugInfo { get; set; } = ""; + public string PlanLabel { get; set; } = ""; + public string OverageJson { get; set; } = ""; + public string PrepaidJson { get; set; } = ""; private static readonly string FilePath = Path.Combine( Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),