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:
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",
|
||||
},
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user