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:
Dan Balasescu 2020-07-01 15:12:28 +09:00 committed by GitHub
commit 3fbb2b3f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}));