mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 16:44:15 +02:00
fix: not keeping the update toggle-button state after a filter is applied
This commit is contained in:
@@ -231,7 +231,7 @@ class AppsTable(QTableWidget):
|
||||
col_update = None
|
||||
|
||||
if update_check_enabled and pkg.model.update:
|
||||
col_update = UpdateToggleButton(pkg, self.window, self.i18n, pkg.model.update)
|
||||
col_update = UpdateToggleButton(pkg, self.window, self.i18n, pkg.update_checked)
|
||||
|
||||
self.setCellWidget(pkg.table_index, 7, col_update)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user