feat: add Email and UsageJson cache fields

This commit is contained in:
SuperDooper
2026-05-08 15:05:26 +02:00
parent dd59f4565c
commit d22eb7381c
+2
View File
@@ -9,6 +9,8 @@ public class AppSettings
public string CookieStore { get; set; } = "";
public string BurnHistory { get; set; } = "";
public string OrgId { get; set; } = "";
public string Email { get; set; } = "";
public string UsageJson { get; set; } = "";
public int RefreshInterval { get; set; } = 120;
public bool ShowInTaskbar { get; set; } = true;
public bool BetaChannel { get; set; } = false;