mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Use string.Empty
instead of default
This commit is contained in:
@ -19,7 +19,7 @@ namespace osu.Game.Users.Drawables
|
||||
|
||||
public override LocalisableString TooltipText
|
||||
{
|
||||
get => Enabled.Value ? tooltip : default;
|
||||
get => Enabled.Value ? tooltip : string.Empty;
|
||||
set => tooltip = value;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user