1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 04:09:53 +08: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:
Dean Herbert
2022-04-14 21:49:04 +09:00
committed by GitHub
Unverified
@@ -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
},
};