[view.qt.window] fix: typo

This commit is contained in:
Vinicius Moreira
2022-04-08 10:12:47 -03:00
parent e63a6fb267
commit 73a93965dd

View File

@@ -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)