mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 09:10:26 +08:00
Change CopyUrlToClipboard to CopyStringToClipboard
This commit is contained in:
@@ -89,7 +89,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
if (Link == null) return;
|
||||
|
||||
game?.CopyUrlToClipboard(Link);
|
||||
game?.CopyStringToClipboard(Link);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user