mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Update to be in line with framework changes
This commit is contained in:
@ -135,7 +135,7 @@ namespace osu.Game.Graphics
|
||||
Text = $"{fileName} saved!",
|
||||
Activated = () =>
|
||||
{
|
||||
storage.ShowFileInNativeExplorer(fileName);
|
||||
storage.PresentFileExternally(fileName);
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user