1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 21:40:44 +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
Unverified
parent 50ae69b111
commit 508d34fd3a
+1 -1
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;
}
}));