mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Apply brace style.
This commit is contained in:
@ -57,11 +57,13 @@ namespace osu.Game.Screens.Multi.Components
|
||||
var beatmap = CurrentItem.Value?.Beatmap;
|
||||
|
||||
if (beatmap == null)
|
||||
{
|
||||
textFlow.AddText("No beatmap selected", s =>
|
||||
{
|
||||
s.Font = s.Font.With(size: TextSize);
|
||||
s.Colour = colours.PinkLight;
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
textFlow.AddLink(new[]
|
||||
|
Reference in New Issue
Block a user