This commit is contained in:
2020-07-09 23:02:12 +00:00
parent 8d46690826
commit edb3b28750
3 changed files with 12 additions and 7 deletions

View File

@@ -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;
}