Skip to content

Commit

Permalink
Fix broken spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Feb 5, 2024
1 parent 9e1a24f commit fa894bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Game/Overlays/FirstRunSetup/ScreenImportFromStable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ private void updateStablePath()
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()));
Expand Down

0 comments on commit fa894bd

Please sign in to comment.