Skip to content

Commit

Permalink
true
Browse files Browse the repository at this point in the history
  • Loading branch information
shananas committed Dec 17, 2023
1 parent 5435dbd commit 8236bc6
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 @@ -46,7 +46,7 @@ private class Config
public bool isEGSVersion { get; internal set; } = true;
public List<string> GamesToExtract { get; internal set; } = new List<string> { "kh2" };
public string LaunchGame { get; internal set; } = "kh2";
public bool DarkMode { get; internal set; }
public bool DarkMode { get; internal set; } = true;

public void Save(string fileName)
{
Expand Down

0 comments on commit 8236bc6

Please sign in to comment.