1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 05:30:11 +08:00

Add cancel exit button

This commit is contained in:
Dean Herbert
2020-09-09 20:00:38 +09:00
Unverified
parent c6e72dabd3
commit 1803ecad80
@@ -27,6 +27,10 @@ namespace osu.Game.Screens.Edit
Text = @"Forget all changes",
Action = exit
},
new PopupDialogCancelButton
{
Text = @"Oops, continue editing",
},
};
}
}