Add DangerousButton for use in popup dialogs

This commit is contained in:
Dean Herbert
2022-03-21 16:06:32 +09:00
parent 31570d3114
commit b42081dd9b
3 changed files with 73 additions and 9 deletions

View File

@ -40,6 +40,10 @@ namespace osu.Game.Tests.Visual.UserInterface
{
Text = @"You're a fake!",
},
new PopupDialogDangerousButton
{
Text = @"Careful with this one..",
},
};
}
}