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[] Buttons = new PopupDialogButton[]
{ {
new PopupDialogCancelButton new PopupDialogOkButton
{ {
Text = @"Save my masterpiece!", Text = @"Save my masterpiece!",
Action = saveAndExit Action = saveAndExit
}, },
new PopupDialogOkButton new PopupDialogDangerousButton
{ {
Text = @"Forget all changes", Text = @"Forget all changes",
Action = exit Action = exit