hide shop supplies by default unless enabled by root user.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-02-08 16:18:29 -07:00
parent 19ace06c08
commit fd8f93ee5f
4 changed files with 20 additions and 6 deletions

View File

@@ -13,6 +13,7 @@
public bool UseMarkDownOnSavedNotes { get; set; }
public bool EnableAutoReminderRefresh { get; set; }
public bool EnableAutoOdometerInsert { get; set; }
public bool EnableShopSupplies { get; set; }
public string PreferredGasUnit { get; set; } = string.Empty;
public string PreferredGasMileageUnit { get; set; } = string.Empty;
public string UserNameHash { get; set; }