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

@ -135,7 +135,7 @@ namespace osu.Game.Graphics
Text = $"{fileName} saved!",
Activated = () =>
{
storage.ShowFileInNativeExplorer(fileName);
storage.PresentFileExternally(fileName);
return true;
}
});