mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 15:27:30 +08:00
Add setting for adjusting whether text search is active by default
This commit is contained in:
parent
33d3766918
commit
70a546b23c
@ -49,6 +49,7 @@ namespace osu.Game.Configuration
|
||||
|
||||
SetDefault(OsuSetting.RandomSelectAlgorithm, RandomSelectAlgorithm.RandomPermutation);
|
||||
SetDefault(OsuSetting.ModSelectHotkeyStyle, ModSelectHotkeyStyle.Sequential);
|
||||
SetDefault(OsuSetting.ModSelectTextSearchStartsActive, true);
|
||||
|
||||
SetDefault(OsuSetting.ChatDisplayHeight, ChatOverlay.DEFAULT_HEIGHT, 0.2f, 1f);
|
||||
|
||||
@ -416,5 +417,6 @@ namespace osu.Game.Configuration
|
||||
AutomaticallyDownloadMissingBeatmaps,
|
||||
EditorShowSpeedChanges,
|
||||
TouchDisableGameplayTaps,
|
||||
ModSelectTextSearchStartsActive,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user