mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 11:27:24 +08:00
Oops
This commit is contained in:
parent
9c9c0a64fd
commit
a34d9d8b09
@ -24,7 +24,7 @@ namespace osu.Game.Overlays.Settings.Sections.Debug
|
|||||||
new SettingsCheckbox
|
new SettingsCheckbox
|
||||||
{
|
{
|
||||||
LabelText = "Debug logs",
|
LabelText = "Debug logs",
|
||||||
Bindable = frameworkConfig.GetBindable<bool>(DebugSetting.ShowLogOverlay)
|
Bindable = frameworkConfig.GetBindable<bool>(FrameworkSetting.ShowLogOverlay)
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user