mirror of https://github.com/ppy/osu
Hide logo on gameplay screen
This commit is contained in:
parent
b6b802e821
commit
7b1ac03b18
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue