mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 09:49:53 +08:00
clear settings controls when changing rulesets
This commit is contained in:
@@ -330,6 +330,7 @@ namespace osu.Game.Overlays.Mods
|
||||
if (mods != null) SelectedMods.BindTo(mods);
|
||||
|
||||
SelectedMods.ValueChanged += updateModSettings;
|
||||
Ruleset.ValueChanged += _ => ModSettingsContent.Clear();
|
||||
|
||||
sampleOn = audio.Samples.Get(@"UI/check-on");
|
||||
sampleOff = audio.Samples.Get(@"UI/check-off");
|
||||
|
||||
Reference in New Issue
Block a user