adding files in single instance in case of url

CURA-11596
This commit is contained in:
saumya.jain 2024-02-06 16:05:34 +01:00
parent 8073bc0e50
commit eff4584203
4 changed files with 21 additions and 20 deletions

View file

@ -356,7 +356,7 @@ class CuraApplication(QtApplication):
self._machine_action_manager.initialize()
def __sendCommandToSingleInstance(self):
self._single_instance = SingleInstance(self, self._files_to_open)
self._single_instance = SingleInstance(self, self._files_to_open, self._open_url_queue)
# If we use single instance, try to connect to the single instance server, send commands, and then exit.
# If we cannot find an existing single instance server, this is the only instance, so just keep going.