mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 21:44:16 +02:00
[view.qt.window] fix: typo
This commit is contained in:
@@ -796,7 +796,7 @@ class ManageWindow(QWidget):
|
||||
for decrement, pkg_idx in enumerate(removed_idxs):
|
||||
del pkg_list[pkg_idx - decrement]
|
||||
|
||||
if list_idx == 1: # updates the rows if the current list reprents the displayed packages:
|
||||
if list_idx == 1: # updates the rows if the current list represents the displayed packages:
|
||||
for decrement, idx in enumerate(removed_idxs):
|
||||
self.table_apps.removeRow(idx - decrement)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user