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:
parent
b42081dd9b
commit
d811a70f4b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user