From e83fe0ae5279b04893290788f351e9f0db56e65f Mon Sep 17 00:00:00 2001 From: kianzzarrin Date: Wed, 17 Aug 2022 10:16:05 +0300 Subject: [PATCH] --- LoadOrder/Data/LSMSettings.cs | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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();