mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 14:02:55 +08:00
Tighten accessibility
This commit is contained in:
parent
6b57c9801d
commit
92c2dafa12
@ -25,12 +25,12 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
{
|
||||
public const float HEIGHT = 200;
|
||||
|
||||
public MatchTabControl Tabs;
|
||||
public readonly BindableBool ShowBeatmapPanel = new BindableBool();
|
||||
|
||||
public MatchTabControl Tabs { get; private set; }
|
||||
|
||||
public Action RequestBeatmapSelection;
|
||||
|
||||
public BindableBool ShowBeatmapPanel = new BindableBool();
|
||||
|
||||
private MatchBeatmapPanel beatmapPanel;
|
||||
|
||||
public Header()
|
||||
|
Loading…
Reference in New Issue
Block a user