mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
fix: updating settings after async data has been retrieved
This commit is contained in:
@@ -162,6 +162,7 @@ class AppsTable(QTableWidget):
|
||||
|
||||
self._set_col_version(idx, app_v)
|
||||
self._set_col_description(idx, app_v)
|
||||
self._set_col_settings(idx, app_v)
|
||||
app_v.status = ApplicationViewStatus.READY
|
||||
|
||||
self.window.resize_and_center()
|
||||
|
||||
Reference in New Issue
Block a user