Skip to content

Commit

Permalink
Really hot fix. I'm stupid.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClusterM committed Jan 11, 2017
1 parent e38e8d3 commit b91d8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConfigIni.cs
Expand Up @@ -59,7 +59,7 @@ public static void Save()
configLines.Add(string.Format("SelectedGames={0}", SelectedGames));
configLines.Add(string.Format("HiddenGames={0}", HiddenGames));
configLines.Add(string.Format("CustomFlashed={0}", CustomFlashed));
configLines.Add(string.Format("UseFont={0}", CustomFlashed));
configLines.Add(string.Format("UseFont={0}", UseFont));
configLines.Add(string.Format("FirstRun={0}", FirstRun));
File.WriteAllLines(Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), ConfigFile), configLines.ToArray());
}
Expand Down

0 comments on commit b91d8b1

Please sign in to comment.