Skip to content

Commit

Permalink
Merge pull request #1128 from shananas/master
Browse files Browse the repository at this point in the history
Remove KH2 as default game to extract
  • Loading branch information
Oathseeker authored Dec 19, 2024
2 parents 4aa9e6b + 7d20dc4 commit 9d4a6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenKh.Tools.ModsManager/Services/ConfigurationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private class Config
public string pcVersion { get; internal set; } = "EGS";
public bool steamAPITrick1525 { get; internal set; } = false;
public bool steamAPITrick28 { get; internal set; } = false;
public List<string> GamesToExtract { get; internal set; } = new List<string> { "kh2" };
public List<string> GamesToExtract { get; internal set; } = new List<string>();
public bool SkipRemastered { get; internal set; } = false;
public string LaunchGame { get; internal set; } = "kh2";
public bool DarkMode { get; internal set; } = true;
Expand Down

0 comments on commit 9d4a6bd

Please sign in to comment.