1
0
mirror of https://github.com/ppy/osu.git synced 2024-05-14 23:30:20 +08:00

Merge pull request #28014 from TTTaevas/fix-missing-space

Add missing space in setup wizard
This commit is contained in:
Joseph Madamba 2024-04-27 19:27:25 -07:00 committed by GitHub
commit 134ab6d45a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,6 +128,7 @@ namespace osu.Game.Overlays.FirstRunSetup
if (available)
{
copyInformation.Text = FirstRunOverlayImportFromStableScreenStrings.DataMigrationNoExtraSpace;
copyInformation.AddText(@" "); // just to ensure correct spacing
copyInformation.AddLink(FirstRunOverlayImportFromStableScreenStrings.LearnAboutHardLinks, LinkAction.OpenWiki, @"Client/Release_stream/Lazer/File_storage#via-hard-links");
}
else if (!RuntimeInfo.IsDesktop)