fix: runtime attribute

This commit is contained in:
Vinicius Moreira
2019-08-14 12:34:22 -03:00
parent 024bed62eb
commit 4e0a473845

View File

@@ -415,7 +415,7 @@ class ManageWindow(QWidget):
for app_v in self.apps: for app_v in self.apps:
if app_v.model.update: if app_v.model.update:
if app_v.model.runtime: if app_v.model.is_library():
library_updates += 1 library_updates += 1
else: else:
app_updates += 1 app_updates += 1