mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update usages of OpenInNativeExplorer to use ShowFileInNativeExplorer
Also updates WrappedStorage to override ShowFileInNativeExplorer.
This commit is contained in:
@ -135,7 +135,7 @@ namespace osu.Game.Graphics
|
||||
Text = $"{fileName} saved!",
|
||||
Activated = () =>
|
||||
{
|
||||
storage.OpenInNativeExplorer();
|
||||
storage.ShowFileInNativeExplorer(fileName);
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user