Init instance of DebugSettings

This commit is contained in:
Yoshi Askharoun
2022-06-07 01:27:22 -05:00
parent 5da8e72f3f
commit 649cab5d8d
+1 -1
View File
@@ -135,7 +135,7 @@ namespace Microsoft.Iris
get => DllResources.StaticDllResourcesOnly;
}
public static Debug.DebugSettings DebugSettings { get; set; }
public static Debug.DebugSettings DebugSettings { get; } = new();
public static void Initialize()
{