mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Avoid public exposure
This commit is contained in:
@ -437,12 +437,12 @@ namespace osu.Game.Tests.Visual.Online
|
||||
|
||||
private void downloadAssert(bool shown)
|
||||
{
|
||||
AddAssert($"is download button {(shown ? "shown" : "hidden")}", () => overlay.IsDownloadButtonsShown == shown);
|
||||
AddAssert($"is download button {(shown ? "shown" : "hidden")}", () => overlay.DownloadButtonsVisible == shown);
|
||||
}
|
||||
|
||||
private class TestBeatmapSetOverlay : BeatmapSetOverlay
|
||||
{
|
||||
public bool IsDownloadButtonsShown => Header.DownloadButtonsContainer.Any();
|
||||
public bool DownloadButtonsVisible => Header.DownloadButtonsVisibile;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user