Merge pull request #1789 from peppy/fix-import-dialog-icon

Use a more suiting (?) icon for import dialog
This commit is contained in:
Dan Balasescu 2017-12-30 13:23:26 +09:00 committed by GitHub
commit 982d2fe7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public ImportFromStablePopup(Action importFromStable)
HeaderText = @"You have no beatmaps!";
BodyText = "An existing copy of osu! was found, though.\nWould you like to import your beatmaps?";
Icon = FontAwesome.fa_trash_o;
Icon = FontAwesome.fa_plane;
Buttons = new PopupDialogButton[]
{