mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09: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