1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 00:53:10 +08:00

Fix notification redirecting to the old log folder when game installation has been migrated to another location.

This commit is contained in:
Lucas A 2020-06-30 19:51:10 +02:00
parent 50ae69b111
commit 508d34fd3a

View File

@ -767,7 +767,7 @@ namespace osu.Game
Text = "Subsequent messages have been logged. Click to view log files.",
Activated = () =>
{
Host.Storage.GetStorageForDirectory("logs").OpenInNativeExplorer();
Storage.GetStorageForDirectory("logs").OpenInNativeExplorer();
return true;
}
}));