mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 04:09:53 +08:00
Remove unnecessary enable call
This commit is contained in:
@@ -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 = () =>
|
||||
|
||||
Reference in New Issue
Block a user