mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Small changes
This commit is contained in:
@@ -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