Fix creating a single copy of a model

Fixes #11897
This commit is contained in:
fieldOfView 2022-04-23 10:49:23 +02:00
parent 5d859ffacc
commit fcad2101f4

View File

@ -134,6 +134,7 @@ Cura.Menu
from: 1 from: 1
to: 99 to: 99
width: 2 * UM.Theme.getSize("button").width width: 2 * UM.Theme.getSize("button").width
value: 1
} }
} }
} }