1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:07:52 +08:00

Add cancel exit button

This commit is contained in:
Dean Herbert 2020-09-09 20:00:38 +09:00
parent c6e72dabd3
commit 1803ecad80

View File

@ -27,6 +27,10 @@ namespace osu.Game.Screens.Edit
Text = @"Forget all changes",
Action = exit
},
new PopupDialogCancelButton
{
Text = @"Oops, continue editing",
},
};
}
}