mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:55:56 +08:00
Revert "CuraApplication: Getting argparser from Uranium"
This reverts commit 8c74092f48d3b9322dbca3b9abf1c7bdbaf816a2.
This commit is contained in:
parent
0967651a49
commit
9210d38412
@ -630,7 +630,7 @@ class CuraApplication(QtApplication):
|
||||
@classmethod
|
||||
def preStartUp(cls):
|
||||
# Peek the arguments and look for the 'single-instance' flag.
|
||||
parser = cls.getCommandlineParser()
|
||||
parser = argparse.ArgumentParser(prog="cura") # pylint: disable=bad-whitespace
|
||||
CuraApplication.addCommandLineOptions(parser)
|
||||
cls.parseCommandLine()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user