mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Fix comments
This commit is contained in:
parent
528a6b651d
commit
c4d2cb26a0
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ Item
|
||||||
|
|
||||||
Component.onCompleted:
|
Component.onCompleted:
|
||||||
{
|
{
|
||||||
// select the first one that's not "unknown" by default.
|
// Select the first one that's not "unknown" by default.
|
||||||
for (var i = 0; i < count; i++)
|
for (var i = 0; i < count; i++)
|
||||||
{
|
{
|
||||||
if (!model[i].is_unknown_machine_type)
|
if (!model[i].is_unknown_machine_type)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue