1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +08:00

Made button blue

This commit is contained in:
Andrew Hong 2022-08-24 04:04:44 -04:00
parent ec5fd7ac1d
commit 9ee26c575d

View File

@ -25,7 +25,7 @@ namespace osu.Game.Overlays.Chat
Text = @"Yes. Go for it.",
Action = openExternalLinkAction
},
new PopupDialogOkButton
new PopupDialogCancelButton
{
Text = @"No! Copy the URL instead!",
Action = copyExternalLinkAction