mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 11:42:56 +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.",
|
Text = "Subsequent messages have been logged. Click to view log files.",
|
||||||
Activated = () =>
|
Activated = () =>
|
||||||
{
|
{
|
||||||
Host.Storage.GetStorageForDirectory("logs").OpenInNativeExplorer();
|
Storage.GetStorageForDirectory("logs").OpenInNativeExplorer();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
Loading…
Reference in New Issue
Block a user