mirror of https://github.com/ppy/osu
Add "fps" keyword to frame limiter dropdown
This commit is contained in:
parent
b3d4da8fc9
commit
c554a34eaf
|
@ -27,7 +27,8 @@ private void load(FrameworkConfigManager config, OsuConfigManager osuConfig)
|
||||||
new SettingsEnumDropdown<FrameSync>
|
new SettingsEnumDropdown<FrameSync>
|
||||||
{
|
{
|
||||||
LabelText = GraphicsSettingsStrings.FrameLimiter,
|
LabelText = GraphicsSettingsStrings.FrameLimiter,
|
||||||
Current = config.GetBindable<FrameSync>(FrameworkSetting.FrameSync)
|
Current = config.GetBindable<FrameSync>(FrameworkSetting.FrameSync),
|
||||||
|
Keywords = new[] { @"fps" },
|
||||||
},
|
},
|
||||||
new SettingsEnumDropdown<ExecutionMode>
|
new SettingsEnumDropdown<ExecutionMode>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue