mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Update font awesome usage
This commit is contained in:
@ -175,7 +175,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Icon = FontAwesome.TimesCircle,
|
||||
Icon = FontAwesome.Solid.TimesCircle,
|
||||
Size = new Vector2(20),
|
||||
}
|
||||
};
|
||||
|
@ -12,7 +12,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
{
|
||||
public ProgressCompletionNotification()
|
||||
{
|
||||
Icon = FontAwesome.Check;
|
||||
Icon = FontAwesome.Solid.Check;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
@ -27,7 +27,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
}
|
||||
}
|
||||
|
||||
private IconUsage icon = FontAwesome.InfoCircle;
|
||||
private IconUsage icon = FontAwesome.Solid.InfoCircle;
|
||||
|
||||
public IconUsage Icon
|
||||
{
|
||||
|
Reference in New Issue
Block a user