mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
fix test failures, improve button logic
This commit is contained in:
@ -20,6 +20,8 @@ namespace osu.Game.Screens.Select.FooterV2
|
||||
|
||||
private readonly List<OverlayContainer> overlays = new List<OverlayContainer>();
|
||||
|
||||
/// <param name="button">The button to be added.</param>
|
||||
/// <param name="overlay">The <see cref="OverlayContainer"/> to be toggled by this button.</param>
|
||||
public void AddButton(FooterButtonV2 button, OverlayContainer? overlay = null)
|
||||
{
|
||||
if (overlay != null)
|
||||
|
Reference in New Issue
Block a user