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

Add missing space in setup wizard

This commit is contained in:
Taevas 2024-04-27 23:43:27 +02:00 committed by GitHub
parent 3da5831075
commit 694e3900db
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)