Fixed "Checked Installed Mods" not saving

This commit is contained in:
Assistant 2019-04-22 02:49:03 -04:00
parent 021d90690b
commit 5b5ccdac51

View file

@ -26,7 +26,7 @@ namespace ModAssistant
BeatSaberInstallDirectory = Utils.GetInstallDir();
BeatSaberInstallType = ModAssistant.Properties.Settings.Default.StoreType;
SaveModSelection = ModAssistant.Properties.Settings.Default.SaveSelected;
//CheckInstalledMods = ModAssistant.Properties.Settings.Default.CheckInstalled;
CheckInstalledMods = ModAssistant.Properties.Settings.Default.CheckInstalled;
if (e.Args.Length == 0)
{