This commit is contained in:
@@ -18,6 +18,7 @@ namespace AyaNova.Util
|
||||
{
|
||||
|
||||
internal static bool SearchCaseSensitiveOnly { get; set; }
|
||||
internal static bool NotificationSystemActive { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Populate and / or create the settings
|
||||
@@ -39,6 +40,7 @@ namespace AyaNova.Util
|
||||
|
||||
//We have the object, now copy the static values here
|
||||
SearchCaseSensitiveOnly = global.SearchCaseSensitiveOnly;
|
||||
NotificationSystemActive = global.NotificationSystemActive;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user