1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 00:43:21 +08:00

Dialogue touchups

This commit is contained in:
Micahel Kelly 2022-07-27 19:23:55 +10:00
parent e6fad601cc
commit 3febd6d644

View File

@ -13,13 +13,13 @@ namespace osu.Game.Screens.Edit
{
HeaderText = "Are you sure you want to delete this difficulty?";
Icon = FontAwesome.Regular.Save;
Icon = FontAwesome.Regular.TrashAlt;
Buttons = new PopupDialogButton[]
{
new PopupDialogDangerousButton
{
Text = @"Yes delete this difficulty!",
Text = @"Yes, delete this difficulty!",
Action = delete
},
new PopupDialogCancelButton