mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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:
parent
a0c3767184
commit
302072bd6e
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue