mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 20:04:15 +02:00
replacing installed / uninstalled icons by action buttons
This commit is contained in:
@@ -15,3 +15,6 @@ class ApplicationView:
|
||||
self.update_checked = model.update
|
||||
self.visible = visible
|
||||
self.status = ApplicationViewStatus.LOADING
|
||||
|
||||
def __repr__(self):
|
||||
return '{} ( {} )'.format(self.model.base_data.name, self.model.get_type())
|
||||
|
||||
Reference in New Issue
Block a user