1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Replace horse with "more suitable" icon

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dean Herbert 2022-04-21 12:18:54 +09:00 committed by GitHub
parent 2906af323a
commit 56d8de23e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();