mirror of
https://github.com/ppy/osu
synced 2025-01-09 23:59:44 +00: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