Skip to content

Commit

Permalink
Merge pull request #1159 from peppy/log-overlay-defaults-off
Browse files Browse the repository at this point in the history
Don't show log overlay by default
  • Loading branch information
peppy authored Nov 20, 2017
2 parents 3b1460f + 07aa057 commit 14eb531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Framework/Configuration/FrameworkConfigManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class FrameworkConfigManager : ConfigManager<FrameworkSetting>

protected override void InitialiseDefaults()
{
Set(FrameworkSetting.ShowLogOverlay, true);
Set(FrameworkSetting.ShowLogOverlay, false);

Set(FrameworkSetting.Width, 1366, 640);
Set(FrameworkSetting.Height, 768, 480);
Expand Down

0 comments on commit 14eb531

Please sign in to comment.