1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 18:42:56 +08:00

Hide logo on gameplay screen

This commit is contained in:
Dean Herbert 2020-03-12 14:26:22 +09:00
parent b6b802e821
commit 7b1ac03b18

View File

@ -47,7 +47,10 @@ namespace osu.Game.Tournament.Screens.Gameplay
Loop = true, Loop = true,
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
}, },
header = new MatchHeader(), header = new MatchHeader
{
ShowLogo = false
},
new Container new Container
{ {
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,