mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 00:43:21 +08:00
Replace horse with "more suitable" icon
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
2906af323a
commit
56d8de23e2
@ -303,7 +303,7 @@ namespace osu.Game.Overlays
|
||||
notificationOverlay.Post(new SimpleNotification
|
||||
{
|
||||
Text = FirstRunSetupOverlayStrings.ClickToResumeFirstRunSetupAtAnyPoint,
|
||||
Icon = FontAwesome.Solid.Horse,
|
||||
Icon = FontAwesome.Solid.Redo,
|
||||
Activated = () =>
|
||||
{
|
||||
Show();
|
||||
|
Loading…
Reference in New Issue
Block a user