Set change log URL in Cura instead of Uranium

This is a Cura-specific URL that was in Uranium.

Contributes to issue CURA-4952.
This commit is contained in:
Ghostkeeper 2018-07-13 09:40:43 +02:00
parent a0c3767184
commit 302072bd6e
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -279,6 +279,8 @@ class CuraApplication(QtApplication):
self._machine_action_manager = MachineActionManager.MachineActionManager(self)
self._machine_action_manager.initialize()
self.change_log_url = "https://ultimaker.com/ultimaker-cura-latest-features"
def __sendCommandToSingleInstance(self):
self._single_instance = SingleInstance(self, self._files_to_open)