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",
},
};
}
}