Blob Blame History Raw
From 002a69f71632a3bb2d71302b24aae6b4d449557d Mon Sep 17 00:00:00 2001
From: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
Date: Sat, 8 Sep 2018 16:06:37 +0200
Subject: [PATCH] Disable checks for the latest version of the program

---
 FlatCAMApp.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/FlatCAMApp.py b/FlatCAMApp.py
index 61287ab..a7faf9d 100644
--- a/FlatCAMApp.py
+++ b/FlatCAMApp.py
@@ -4270,6 +4270,7 @@ class App(QtCore.QObject):
         FCProcessContainer.app = self
 
     def version_check(self):
+        return None
         """
         Checks for the latest version of the program. Alerts the
         user if theirs is outdated. This method is meant to be run
-- 
2.10.5