mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
External link warning code cleanup
This commit is contained in:
@ -14,7 +14,7 @@ namespace osu.Game.Overlays.Chat
|
||||
BodyText = url;
|
||||
|
||||
Icon = FontAwesome.fa_warning;
|
||||
HeaderText = "Confirm opening external link";
|
||||
HeaderText = "Are you sure you want to open the following?";
|
||||
Buttons = new PopupDialogButton[]
|
||||
{
|
||||
new PopupDialogOkButton
|
||||
|
Reference in New Issue
Block a user