misc: disable update checking on startup

This commit is contained in:
Brendan Hagan
2022-08-14 17:27:19 -04:00
parent 344dd90a8b
commit 4a606474c4
+1 -1
View File
@@ -284,7 +284,7 @@ int MSE::OnRun() {
} }
int MSE::runGUI() { int MSE::runGUI() {
check_updates(); //check_updates(); // FIXME: Disable update checking on startup. Likely want to either replace the Update Checker or remove it entirely.
return wxApp::OnRun(); return wxApp::OnRun();
} }