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
commit 0099af87ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
},
};