Blame flatcam-disable-checks-for-the-latest-version-of-the-program.patch

53a326f
From 002a69f71632a3bb2d71302b24aae6b4d449557d Mon Sep 17 00:00:00 2001
53a326f
From: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
53a326f
Date: Sat, 8 Sep 2018 16:06:37 +0200
53a326f
Subject: [PATCH] Disable checks for the latest version of the program
53a326f
53a326f
---
53a326f
 FlatCAMApp.py | 1 +
53a326f
 1 file changed, 1 insertion(+)
53a326f
53a326f
diff --git a/FlatCAMApp.py b/FlatCAMApp.py
53a326f
index 61287ab..a7faf9d 100644
53a326f
--- a/FlatCAMApp.py
53a326f
+++ b/FlatCAMApp.py
53a326f
@@ -4270,6 +4270,7 @@ class App(QtCore.QObject):
53a326f
         FCProcessContainer.app = self
53a326f
 
53a326f
     def version_check(self):
53a326f
+        return None
53a326f
         """
53a326f
         Checks for the latest version of the program. Alerts the
53a326f
         user if theirs is outdated. This method is meant to be run
53a326f
-- 
53a326f
2.10.5
53a326f