added kwh setting

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-06 08:53:45 -07:00
parent 1c2368f5a1
commit 25db16c47f
6 changed files with 14 additions and 6 deletions

View File

@@ -3,6 +3,7 @@
public class UserConfig
{
public bool UseDarkMode { get; set; }
public bool UsekWh { get; set; }
public bool EnableCsvImports { get; set; }
public bool UseMPG { get; set; }
public bool UseDescending { get; set; }