mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
39d235c7b2
1 changed files with 0 additions and 1 deletions
|
@ -519,7 +519,6 @@ class CuraApplication(QtApplication):
|
|||
super().addCommandLineOptions(parser, parsed_command_line = parsed_command_line)
|
||||
parser.add_argument("file", nargs="*", help="Files to load after starting the application.")
|
||||
parser.add_argument("--single-instance", action="store_true", default=False)
|
||||
parser.add_argument("--headless", action = "store_true", default=False)
|
||||
|
||||
# Set up a local socket server which listener which coordinates single instances Curas and accepts commands.
|
||||
def _setUpSingleInstanceServer(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue