mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 15:22:55 +08:00
Update performance logging setting
This commit is contained in:
parent
c2e85a2057
commit
d0002cc1c2
@ -24,7 +24,7 @@ namespace osu.Game.Overlays.Settings.Sections.Debug
|
|||||||
new SettingsCheckbox
|
new SettingsCheckbox
|
||||||
{
|
{
|
||||||
LabelText = "Performance logging",
|
LabelText = "Performance logging",
|
||||||
Bindable = frameworkConfig.GetBindable<bool>(FrameworkSetting.PerformanceLogging)
|
Bindable = config.GetBindable<bool>(DebugSetting.PerformanceLogging)
|
||||||
},
|
},
|
||||||
new SettingsCheckbox
|
new SettingsCheckbox
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user