1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 19:40:09 +08:00

Remove unnecessary enable call

This commit is contained in:
Dean Herbert
2023-07-22 21:03:13 +09:00
Unverified
parent 101f3eca25
commit a59876ce13
@@ -29,7 +29,6 @@ namespace osu.Game.Tournament.Screens.Setup
dropdown.Items = storage.ListTournaments();
dropdown.Current.BindValueChanged(v => Button.Enabled.Value = v.NewValue != startupTournament, true);
reloadTournamentsButton.Enabled.Value = true;
reloadTournamentsButton.Action = () => dropdown.Items = storage.ListTournaments();
Action = () =>