mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 12:00:05 +08:00
Add missing space in setup wizard
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user