mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
misc: disable update checking on startup
This commit is contained in:
+1
-1
@@ -284,7 +284,7 @@ int MSE::OnRun() {
|
||||
}
|
||||
|
||||
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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user