Fix broken spacing

This commit is contained in:
Bartłomiej Dach 2024-02-05 16:25:44 +01:00
parent 9e1a24fdef
commit fa894bda05
No known key found for this signature in database

View File

@ -137,6 +137,7 @@ namespace osu.Game.Overlays.FirstRunSetup
copyInformation.Text = RuntimeInfo.OS == RuntimeInfo.Platform.Windows
? FirstRunOverlayImportFromStableScreenStrings.SecondCopyWillBeMade(FirstRunOverlayImportFromStableScreenStrings.ToAvoidEnsureNtfs)
: FirstRunOverlayImportFromStableScreenStrings.SecondCopyWillBeMade(FirstRunOverlayImportFromStableScreenStrings.ToAvoidEnsureHardLinksSupport);
copyInformation.AddText(@" "); // just to ensure correct spacing
copyInformation.AddLink(GeneralSettingsStrings.ChangeFolderLocation, () =>
{
game?.PerformFromScreen(menu => menu.Push(new MigrationSelectScreen()));