Update usages of OpenInNativeExplorer to use ShowFileInNativeExplorer

Also updates WrappedStorage to override ShowFileInNativeExplorer.
This commit is contained in:
Susko3
2021-10-17 12:17:38 +02:00
parent e925c416cb
commit 25f172fae8
4 changed files with 10 additions and 4 deletions

View File

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