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