Example #1
0
 public void Unload()
 {
     _settings.LastCompiledGame = SelectedGame.Game;
     ModlistSettings?.Save();
 }
Example #2
0
 public void Unload()
 {
     _settings.DownloadLocation            = DownloadLocation.TargetPath;
     _settings.LastCompiledProfileLocation = ModListLocation.TargetPath;
     ModlistSettings?.Save();
 }