mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Show ticks when they are not available
This commit is contained in:
parent
87c7373cb0
commit
47ad68bda7
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ Item
|
|||
Repeater
|
||||
{
|
||||
id: qualityRepeater
|
||||
model: qualityModel.availableTotalTicks > 0 ? qualityModel : 0
|
||||
model: qualityModel.totalTicks > 0 ? qualityModel : 0
|
||||
|
||||
Rectangle
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue