mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 09:13:50 +02:00
Fix launch args
This commit is contained in:
@@ -120,7 +120,7 @@ namespace VRCX
|
||||
MessageBox.Show(
|
||||
"vc_redist has finished installing, if the issue persists upon next restart, please reinstall VRCX From GitHub,\nVRCX Will now restart.", "vc_redist installation complete", MessageBoxButtons.OK);
|
||||
Thread.Sleep(5000);
|
||||
AppApi.Instance.RestartApplication();
|
||||
AppApi.Instance.RestartApplication(false);
|
||||
break;
|
||||
|
||||
case DialogResult.No:
|
||||
|
||||
Reference in New Issue
Block a user