Browse Source

Fix URL's for the update checker for Beta's.

part of CURA-CURA-8647
Remco Burema 3 years ago
parent
commit
112f61e32f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cura/CuraApplication.py

+ 1 - 0
cura/CuraApplication.py

@@ -162,6 +162,7 @@ class CuraApplication(QtApplication):
         self.default_theme = "cura-light"
 
         self.change_log_url = "https://ultimaker.com/ultimaker-cura-latest-features?utm_source=cura&utm_medium=software&utm_campaign=cura-update-features"
+        self.beta_change_log_url = "https://ultimaker.com/ultimaker-cura-beta-features?utm_source=cura&utm_medium=software&utm_campaign=cura-update-features"
 
         self._boot_loading_time = time.time()