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:
parent
50ae69b111
commit
508d34fd3a
@ -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;
|
||||
}
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user