This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user