mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 11:02:57 +08:00
Fix incorrect hard link validity check in stable import screen
This commit is contained in:
parent
0fcf10e10a
commit
ccf713c885
@ -132,7 +132,7 @@ namespace osu.Game.Overlays.FirstRunSetup
|
|||||||
|
|
||||||
copyInformation.AddLink("Learn more about how \"hard links\" work", LinkAction.OpenWiki, @"Client/Release_stream/Lazer/File_storage#via-hard-links");
|
copyInformation.AddLink("Learn more about how \"hard links\" work", LinkAction.OpenWiki, @"Client/Release_stream/Lazer/File_storage#via-hard-links");
|
||||||
}
|
}
|
||||||
else if (RuntimeInfo.OS != RuntimeInfo.Platform.Windows && RuntimeInfo.OS != RuntimeInfo.Platform.Linux)
|
else if (!RuntimeInfo.IsDesktop)
|
||||||
copyInformation.Text = "Lightweight linking of files is not supported on your operating system yet, so a copy of all files will be made during import.";
|
copyInformation.Text = "Lightweight linking of files is not supported on your operating system yet, so a copy of all files will be made during import.";
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user