mirror of
https://github.com/ppy/osu
synced 2025-01-31 02:12:03 +00:00
Added "Use beatmap hitsounds" button to volume section of settings
This commit is contained in:
parent
42fa04beee
commit
858541bcf4
@ -21,6 +21,7 @@ namespace osu.Game.Overlays.Settings.Sections.Audio
|
||||
new SettingsSlider<double> { LabelText = "Master (window inactive)", Bindable = config.GetBindable<double>(OsuSetting.VolumeInactive), KeyboardStep = 0.01f },
|
||||
new SettingsSlider<double> { LabelText = "Effect", Bindable = audio.VolumeSample, KeyboardStep = 0.01f },
|
||||
new SettingsSlider<double> { LabelText = "Music", Bindable = audio.VolumeTrack, KeyboardStep = 0.01f },
|
||||
new SettingsCheckbox { LabelText = "Use beatmap hitsounds", Bindable = config.GetBindable<bool>(OsuSetting.BeatmapHitsounds) },
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user