added setting to hide zero costs with dashes

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-08 11:24:51 -07:00
parent 859796cfe8
commit 2ef281bd0a
8 changed files with 19 additions and 7 deletions

View File

@@ -7,6 +7,7 @@
public bool UseMPG { get; set; }
public bool UseDescending { get; set; }
public bool EnableAuth { get; set; }
public bool HideZero { get; set; }
public string UserNameHash { get; set; }
public string UserPasswordHash { get; set;}
}