1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 02:39:53 +08:00

fixup! Move import logic to shared implementation

This commit is contained in:
Dean Herbert
2018-02-15 13:51:42 +09:00
Unverified
parent 5748e82380
commit a4859a79e3
-3
View File
@@ -120,9 +120,6 @@ namespace osu.Desktop
case ".osz":
Task.Factory.StartNew(() => BeatmapManager.Import(filePaths), TaskCreationOptions.LongRunning);
return;
case ".osk":
Task.Factory.StartNew(() => SkinManager.Import(filePaths), TaskCreationOptions.LongRunning);
return;
case ".osr":
Task.Run(() =>
{