Update to be in line with framework changes

This commit is contained in:
Susko3
2021-10-24 12:59:19 +02:00
parent 4a425b5c3e
commit 51c5d0aec7
5 changed files with 6 additions and 6 deletions

View File

@ -467,7 +467,7 @@ namespace osu.Game.Database
using (var outputStream = exportStorage.GetStream(filename, FileAccess.Write, FileMode.Create))
ExportModelTo(retrievedItem, outputStream);
exportStorage.ShowFileInNativeExplorer(filename);
exportStorage.PresentFileExternally(filename);
}
/// <summary>