Determine skeleton loading properly

This commit is contained in:
ChrisTerBeke 2019-08-15 21:29:20 +02:00
parent 75f52c5a24
commit 60758093f1
No known key found for this signature in database
GPG key ID: A49F1AB9D7E0C263
3 changed files with 5 additions and 5 deletions

View file

@ -187,7 +187,7 @@ Item
}
model:
{
if (OutputDevice.receivedPrintJobs)
if (OutputDevice.receivedData)
{
return OutputDevice.queuedPrintJobs
}