mirror of https://github.com/ppy/osu
Merge pull request #9414 from Game4all/fix-log-redirection
Fix notification redirecting to the old log folder when game installation has been migrated to another location
This commit is contained in:
commit
3fbb2b3f42
|
@ -767,7 +767,7 @@ private void forwardLoggedErrorsToNotifications()
|
|||
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