1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 16:20:14 +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
Unverified
parent 3da5831075
commit 694e3900db
@@ -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)