mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 03:22:55 +08:00
Dialogue touchups
This commit is contained in:
parent
e6fad601cc
commit
3febd6d644
@ -13,13 +13,13 @@ namespace osu.Game.Screens.Edit
|
|||||||
{
|
{
|
||||||
HeaderText = "Are you sure you want to delete this difficulty?";
|
HeaderText = "Are you sure you want to delete this difficulty?";
|
||||||
|
|
||||||
Icon = FontAwesome.Regular.Save;
|
Icon = FontAwesome.Regular.TrashAlt;
|
||||||
|
|
||||||
Buttons = new PopupDialogButton[]
|
Buttons = new PopupDialogButton[]
|
||||||
{
|
{
|
||||||
new PopupDialogDangerousButton
|
new PopupDialogDangerousButton
|
||||||
{
|
{
|
||||||
Text = @"Yes delete this difficulty!",
|
Text = @"Yes, delete this difficulty!",
|
||||||
Action = delete
|
Action = delete
|
||||||
},
|
},
|
||||||
new PopupDialogCancelButton
|
new PopupDialogCancelButton
|
||||||
|
Loading…
Reference in New Issue
Block a user