mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Fixing a typo
Had that change locally here, but for a reason I forgot to commit that fix. Oops..
This commit is contained in:
parent
c62ab6e937
commit
d6acb78bd4
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class CuraApplication(QtApplication):
|
|||
# Need to do this before ContainerRegistry tries to load the machines
|
||||
SettingDefinition.addSupportedProperty("global_only", DefinitionPropertyType.Function, default = False)
|
||||
|
||||
super().__init__(name = "cura", version = CuraVersion, build_type = CuraBuildType)
|
||||
super().__init__(name = "cura", version = CuraVersion, buildtype = CuraBuildType)
|
||||
|
||||
self.setWindowIcon(QIcon(Resources.getPath(Resources.Images, "cura-icon.png")))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue