mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
adding files in single instance in case of url
CURA-11596
This commit is contained in:
parent
8073bc0e50
commit
eff4584203
4 changed files with 21 additions and 20 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue