mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Cleanup (again)
This commit is contained in:
@ -148,7 +148,7 @@ namespace osu.Game.Overlays.Direct
|
||||
TextSize = 14,
|
||||
Shadow = false,
|
||||
Colour = colours.Gray5,
|
||||
Alpha = SetInfo.Metadata.Source == @"" ? 0 : 1,
|
||||
Alpha = string.IsNullOrEmpty(SetInfo.Metadata.Source) ? 0f : 1f,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user