Don't use compatible machien families for pills

Contriutes to CL-1055
This commit is contained in:
Ian Paschal 2019-04-23 14:40:03 +02:00
parent 6f762c676e
commit 213a8fa6f3

View file

@ -158,14 +158,9 @@ Item
spacing: 6 // TODO: Theme!
visible: printJob
Repeater
MonitorPrinterPill
{
id: compatiblePills
delegate: MonitorPrinterPill
{
text: modelData
}
model: printJob ? printJob.compatibleMachineFamilies : []
text: printJob.configuration.printerType
}
}
}