Update annotations in related source

This commit is contained in:
Veronica Berglyd Olsen
2023-07-28 23:17:09 +02:00
parent addacd368d
commit 08648e0a33
4 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ class GuiItemDetails(QWidget):
# Status
# ======
theStatus, theIcon = nwItem.getImportStatus()
theStatus, theIcon = nwItem.getImportStatus(incIcon=True)
self.statusIcon.setPixmap(theIcon.pixmap(iPx, iPx))
self.statusData.setText(theStatus)