From 0a8b4adb76e4a9bf14c6db439f946a86d0cdc50a Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 3 Oct 2016 18:39:58 +0200 Subject: [PATCH] publishes access on settings manager --- BookAStar/BookAStar/Helpers/Settings.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/BookAStar/BookAStar/Helpers/Settings.cs b/BookAStar/BookAStar/Helpers/Settings.cs index 0025c2a4..5d03245f 100644 --- a/BookAStar/BookAStar/Helpers/Settings.cs +++ b/BookAStar/BookAStar/Helpers/Settings.cs @@ -11,7 +11,7 @@ namespace BookAStar.Helpers /// public static class Settings { - private static ISettings AppSettings + public static ISettings AppSettings { get { @@ -22,12 +22,13 @@ namespace BookAStar.Helpers #region Setting Constants private const string SettingsKey = "settings_key"; - private static readonly string SettingsDefault = string.Empty; + public static readonly string SettingsDefault = string.Empty; + public static readonly string XLabsSettingsPrefix = "_XLABS_"; - #endregion + #endregion - public static string GeneralSettings + public static string GeneralSettings { get {