mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Typo
This commit is contained in:
parent
bae6f2cfb5
commit
3e775f71fd
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ class CuraApplication(QtApplication):
|
||||||
version = CuraVersion,
|
version = CuraVersion,
|
||||||
buildtype = CuraBuildType,
|
buildtype = CuraBuildType,
|
||||||
is_debug_mode = CuraDebugMode,
|
is_debug_mode = CuraDebugMode,
|
||||||
tray_icon_name = "cura-icon-32.png"
|
tray_icon_name = "cura-icon-32.png",
|
||||||
**kwargs)
|
**kwargs)
|
||||||
|
|
||||||
self.default_theme = "cura-light"
|
self.default_theme = "cura-light"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue