mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Small changes
This commit is contained in:
@@ -100,7 +100,7 @@ namespace VRCX
|
||||
|
||||
public bool OpenVrcAppDataFolder()
|
||||
{
|
||||
var path = GetVRChatAppDataLocation();
|
||||
var path = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + @"Low\VRChat\VRChat";
|
||||
if (!Directory.Exists(path))
|
||||
return false;
|
||||
|
||||
|
||||
@@ -140,7 +140,7 @@ namespace VRCX
|
||||
var messageBoxResult = MessageBox.Show(cpuError.Value.Item1, "Potentially Faulty CPU Detected", MessageBoxButtons.YesNo, MessageBoxIcon.Error);
|
||||
if (messageBoxResult == DialogResult.Yes)
|
||||
{
|
||||
Process.Start(cpuError.Value.Item2);
|
||||
AppApi.Instance.OpenLink(cpuError.Value.Item2);
|
||||
}
|
||||
}
|
||||
logger.Fatal(e, "Unhandled Exception, program dying");
|
||||
|
||||
Reference in New Issue
Block a user