mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Replace horse with "more suitable" icon
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user