mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 21:27:51 +08:00
Make ResetConfirmDialog
inherit from DeleteConfirmationDialog
This commit is contained in:
parent
1239de6f41
commit
00a00ead22
@ -631,7 +631,7 @@ namespace osu.Game.Overlays.SkinEditor
|
||||
}
|
||||
}
|
||||
|
||||
public partial class ResetConfirmDialog : PopupDialog
|
||||
public partial class ResetConfirmDialog : DeleteConfirmationDialog
|
||||
{
|
||||
public ResetConfirmDialog(Action reset)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user