1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:07:25 +08:00
This commit is contained in:
Dean Herbert 2017-05-20 01:14:51 +09:00
parent 9c9c0a64fd
commit a34d9d8b09

View File

@ -24,7 +24,7 @@ namespace osu.Game.Overlays.Settings.Sections.Debug
new SettingsCheckbox
{
LabelText = "Debug logs",
Bindable = frameworkConfig.GetBindable<bool>(DebugSetting.ShowLogOverlay)
Bindable = frameworkConfig.GetBindable<bool>(FrameworkSetting.ShowLogOverlay)
}
};
}