mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
fix: runtime attribute
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user