mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 05:54:15 +02:00
Merge branch 'staging' into modules
This commit is contained in:
@@ -305,8 +305,8 @@ class AppsTable(QTableWidget):
|
||||
|
||||
col.setText(desc)
|
||||
|
||||
if app_v.model.status == ApplicationStatus.READY:
|
||||
col.setToolTip(desc)
|
||||
if app_v.model.base_data.description:
|
||||
col.setToolTip(app_v.model.base_data.description)
|
||||
|
||||
self.setItem(idx, 2, col)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user