Skip to content

Commit

Permalink
Resources loaded from the filesystem appear to have case sensitive na…
Browse files Browse the repository at this point in the history
…mes - the default theme is named default.json (#192)
  • Loading branch information
Transfusion authored May 1, 2021
1 parent dbda89d commit 66f8d80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ public ApplicationConfigManager(Storage storage)

protected override void InitialiseDefaults()
{
SetValue(ApplicationSetting.Theme, @"Default");
SetValue(ApplicationSetting.Theme, @"default");
SetValue(ApplicationSetting.WindowResizable, false);
SetValue(ApplicationSetting.ShowFpsOverlay, false);
SetValue(ApplicationSetting.Background, BackgroundType.Color);

0 comments on commit 66f8d80

Please sign in to comment.