1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 21:02:54 +08:00

Remove unnecessary enable call

This commit is contained in:
Dean Herbert 2023-07-22 21:03:13 +09:00
parent 101f3eca25
commit a59876ce13

View File

@ -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 = () =>