Rename FooterButtonRandom actions to better describe what they are used for

This commit is contained in:
Jack Boswell (boswelja)
2020-06-04 21:00:29 +12:00
parent 62984cb7f5
commit 8533d7573d
2 changed files with 5 additions and 5 deletions

View File

@ -272,7 +272,7 @@ namespace osu.Game.Screens.Select
if (Footer != null)
{
Footer.AddButton(new FooterButtonMods { Current = Mods }, ModSelect);
Footer.AddButton(new FooterButtonRandom { PrimaryAction = triggerNextRandom, SecondaryAction = triggerPreviousRandom });
Footer.AddButton(new FooterButtonRandom { NextRandom = triggerNextRandom, PreviousRandom = triggerPreviousRandom });
Footer.AddButton(new FooterButtonOptions(), BeatmapOptions);
BeatmapOptions.AddButton(@"Remove", @"from unplayed", FontAwesome.Regular.TimesCircle, colours.Purple, null, Key.Number1);