mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Fix code style and typing
This commit is contained in:
parent
07269e4988
commit
f2e518da6b
3 changed files with 7 additions and 4 deletions
|
@ -103,7 +103,7 @@ Popup
|
|||
text: model.name + " - " + model.layer_height + " mm"
|
||||
checked:
|
||||
{
|
||||
if(Cura.MachineManager.hasCustomQuality)
|
||||
if (Cura.MachineManager.hasCustomQuality)
|
||||
{
|
||||
// When user created profile is active, no quality tickbox should be active.
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue