You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MessageBox.Show("ERROR: could not find the oculus home manifest files\r\n\r\nYou can configure OculusHomeIconChanger.exe.config yourself, there are two directories to manually set and notes in the file.\r\n\r\nOculus Home location found: "+_oculusHomeLocation,"Oculus Home Manifest Files Not Found",MessageBoxButtons.OK,MessageBoxIcon.Error);
72
-
return;
73
-
}
70
+
MessageBox.Show("ERROR: could not find the oculus home manifest files\r\n\r\nYou can configure OculusHomeIconChanger.exe.config yourself, there are two directories to manually set and notes in the file.\r\n\r\nOculus Home location found: "+_oculusHomeLocation,"Oculus Home Manifest Files Not Found",MessageBoxButtons.OK,MessageBoxIcon.Error);
0 commit comments