mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Remove string concatenation from ctor
This commit is contained in:
@ -25,7 +25,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
Child = new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Child = onlineView = new OnlineViewContainer(@"view dummy test content")
|
||||
Child = onlineView = new OnlineViewContainer(@"Please sign in to view dummy test content")
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Children = new Drawable[]
|
||||
|
Reference in New Issue
Block a user