chiark / gitweb /
Force the version upgrade all the time when using dev version
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Wed, 15 Jul 2015 17:37:31 +0000 (13:37 -0400)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Wed, 15 Jul 2015 17:45:39 +0000 (13:45 -0400)
Cura/gui/app.py

index 3caf494f4bd5b63ba6fd9f4d8b4957fa0fee75d1..f433bdf1394d6974dc1b2cbc197690322e1e500a 100644 (file)
@@ -161,6 +161,9 @@ class CuraApp(wx.App):
                        profile.putPreference('last_run_version', version.getVersion(False))
                        profile.performVersionUpgrade()
                        #newVersionDialog.newVersionDialog().Show()
+               if version.isDevVersion():
+                       profile.performVersionUpgrade()
+
 
                setFullScreenCapable(self.mainWindow)