added support for UK MPG

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-01-08 15:11:23 -07:00
parent 3fa3dbaa8c
commit 26012bf27a
8 changed files with 68 additions and 21 deletions

View File

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