mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:29:02 +08: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
@ -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…
x
Reference in New Issue
Block a user