Blob Blame History Raw
--- cubegui-4.5/src/GUI-qt/display/utils/VersionCheckWidget.cpp~	2020-05-12 09:37:55.739257515 +0000
+++ cubegui-4.5/src/GUI-qt/display/utils/VersionCheckWidget.cpp	2020-06-08 15:13:39.695028365 +0000
@@ -77,6 +77,7 @@
         setIcon( noCheckPossible );
         return;
     }
+    /*
     if ( updateMethod == ASK )
     {
         showUpdateDialog();
@@ -98,6 +99,7 @@
             setIcon( noCheckPossible );
         }
     }
+    */
 }