Hide logo on gameplay screen

This commit is contained in:
Dean Herbert 2020-03-12 14:26:22 +09:00
parent b6b802e821
commit 7b1ac03b18
1 changed files with 4 additions and 1 deletions

View File

@ -47,7 +47,10 @@ private void load(LadderInfo ladder, MatchIPCInfo ipc, Storage storage)
Loop = true,
RelativeSizeAxes = Axes.Both,
},
header = new MatchHeader(),
header = new MatchHeader
{
ShowLogo = false
},
new Container
{
RelativeSizeAxes = Axes.X,