Make the disabling of the win key during gameplay a toggleable setting.

This commit is contained in:
Lucas A
2020-06-30 13:12:33 +02:00
parent 50ae69b111
commit 641ea5b950
2 changed files with 8 additions and 1 deletions

View File

@ -98,6 +98,7 @@ namespace osu.Game.Configuration
Set(OsuSetting.ScoreDisplayMode, ScoringMode.Standardised);
Set(OsuSetting.IncreaseFirstObjectVisibility, true);
Set(OsuSetting.GameplayDisableWinKey, true);
// Update
Set(OsuSetting.ReleaseStream, ReleaseStream.Lazer);
@ -227,6 +228,7 @@ namespace osu.Game.Configuration
IntroSequence,
UIHoldActivationDelay,
HitLighting,
MenuBackgroundSource
MenuBackgroundSource,
GameplayDisableWinKey
}
}