mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 01:00:10 +08:00
Fix OpenInNativeExplorer not working correctly for wrapped storages
This commit is contained in:
@@ -69,7 +69,9 @@ namespace osu.Game.IO
|
|||||||
|
|
||||||
public override void DeleteDatabase(string name) => UnderlyingStorage.DeleteDatabase(MutatePath(name));
|
public override void DeleteDatabase(string name) => UnderlyingStorage.DeleteDatabase(MutatePath(name));
|
||||||
|
|
||||||
public override void OpenInNativeExplorer() => UnderlyingStorage.OpenInNativeExplorer();
|
public override void OpenInNativeExplorer() => UnderlyingStorage.OpenPathInNativeExplorer(subPath);
|
||||||
|
|
||||||
|
public override void OpenPathInNativeExplorer(string path) => UnderlyingStorage.OpenPathInNativeExplorer(MutatePath(path));
|
||||||
|
|
||||||
public override Storage GetStorageForDirectory(string path)
|
public override Storage GetStorageForDirectory(string path)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user