diff --git a/LoadOrder/Data/LSMSettings.cs b/LoadOrder/Data/LSMSettings.cs index 9ff4b1d..b1ced6b 100644 --- a/LoadOrder/Data/LSMSettings.cs +++ b/LoadOrder/Data/LSMSettings.cs @@ -15,20 +15,11 @@ public class Settings { public static string DefaultSkipPath => Path.Combine(DataLocation.mapLocation, "SkippedPrefabs"); public static string DefaultSkipFile => Path.Combine(DefaultSkipPath, "skip.txt"); - //public int version = 10; public bool loadEnabled = true; public bool loadUsed = true; - //public bool shareTextures = true; - //public bool shareMaterials = true; - //public bool shareMeshes = true; - //public bool optimizeThumbs = true; - //public bool reportAssets; - //public bool checkAssets; - //public string reportDir = string.Empty; public bool skipPrefabs; public string skipFile = string.Empty; - //public bool hideAssets; - //public bool useReportDate = true; + #region rest of elements private readonly List elements = new List();