1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 19:22:56 +08:00

Change button types on editor exit dialog to match purpose

Addresses https://github.com/ppy/osu/discussions/17363.
This commit is contained in:
Dean Herbert 2022-03-21 16:06:58 +09:00
parent b42081dd9b
commit d811a70f4b

View File

@ -17,12 +17,12 @@ namespace osu.Game.Screens.Edit
Buttons = new PopupDialogButton[]
{
new PopupDialogCancelButton
new PopupDialogOkButton
{
Text = @"Save my masterpiece!",
Action = saveAndExit
},
new PopupDialogOkButton
new PopupDialogDangerousButton
{
Text = @"Forget all changes",
Action = exit