mirror of
https://github.com/ppy/osu
synced 2025-01-29 17:23:03 +00:00
Merge pull request #17820 from frenzibyte/hold-delay-keyword
Add keyword "delay" to hold-to-confirm activation time setting
This commit is contained in:
commit
0099af87ff
@ -39,6 +39,7 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
|
||||
{
|
||||
LabelText = UserInterfaceStrings.HoldToConfirmActivationTime,
|
||||
Current = config.GetBindable<double>(OsuSetting.UIHoldActivationDelay),
|
||||
Keywords = new[] { @"delay" },
|
||||
KeyboardStep = 50
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user