mirror of
https://github.com/ppy/osu
synced 2025-01-06 22:30:12 +00:00
Merge pull request #28014 from TTTaevas/fix-missing-space
Add missing space in setup wizard
This commit is contained in:
commit
134ab6d45a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user