mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-06 20:45:10 +08:00
Adding the application name
Maybe it is possible to set this value later. Eg. in Uranium, so we can get the name from .getApplicationName().
This commit is contained in:
parent
e578014a2e
commit
74be22e682
@ -9,7 +9,7 @@ import sys
|
|||||||
|
|
||||||
from UM.Platform import Platform
|
from UM.Platform import Platform
|
||||||
|
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser(prog = "cura")
|
||||||
parser.add_argument('--debug',
|
parser.add_argument('--debug',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
default = False
|
default = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user