mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:52:55 +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
|
notificationOverlay.Post(new SimpleNotification
|
||||||
{
|
{
|
||||||
Text = FirstRunSetupOverlayStrings.ClickToResumeFirstRunSetupAtAnyPoint,
|
Text = FirstRunSetupOverlayStrings.ClickToResumeFirstRunSetupAtAnyPoint,
|
||||||
Icon = FontAwesome.Solid.Horse,
|
Icon = FontAwesome.Solid.Redo,
|
||||||
Activated = () =>
|
Activated = () =>
|
||||||
{
|
{
|
||||||
Show();
|
Show();
|
||||||
|
Loading…
Reference in New Issue
Block a user