mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Oops
This commit is contained in:
parent
69290ea9e5
commit
fb4af9d2a0
@ -12,7 +12,7 @@ namespace Artemis.DAL
|
|||||||
public static class SettingsProvider
|
public static class SettingsProvider
|
||||||
{
|
{
|
||||||
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
|
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
|
||||||
private static readonly string SettingsFolder = GeneralHelpers.DataFolder + "settings";
|
private static readonly string SettingsFolder = GeneralHelpers.DataFolder + "settings\\";
|
||||||
private static readonly List<IArtemisSettings> Settings = new List<IArtemisSettings>();
|
private static readonly List<IArtemisSettings> Settings = new List<IArtemisSettings>();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user