This commit is contained in:
2021-01-25 18:06:11 +00:00
parent 05f6fa0e7f
commit 22232450d7
5 changed files with 69 additions and 21 deletions

View File

@@ -18,7 +18,9 @@ namespace AyaNova.Util
{
internal static bool SearchCaseSensitiveOnly { get; set; }
//NO always active, email delivery is a separate setting but app delivery is always there internal static bool NotificationSystemActive { get; set; }
internal static bool UseInventory {get;set;}
/// <summary>
/// Populate and / or create the settings
@@ -40,7 +42,7 @@ namespace AyaNova.Util
//We have the object, now copy the static values here
SearchCaseSensitiveOnly = global.SearchCaseSensitiveOnly;
// NotificationSystemActive = global.NotificationSystemActive;
UseInventory = global.UseInventory;
}