Skip to content

Commit

Permalink
ui, stats: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya committed Feb 2, 2022
1 parent 87722a7 commit c396ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/opensnitch/dialogs/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def __init__(self, parent=None, address=None, db=None, dbname="db", appicon=None
)
self.TABLES[self.TAB_PROCS]['view'] = self._setup_table(QtWidgets.QTableView,
self.procsTable, "procs",
model=ProcessTableModel("procs", self.TABLES[self.TAB_PROCS]['header_labels']),
model=GenericTableModel("procs", self.TABLES[self.TAB_PROCS]['header_labels']),
verticalScrollBar=self.procsScrollBar,
resize_cols=(self.COL_WHAT,),
delegate=self.TABLES[self.TAB_PROCS]['delegate'],
Expand Down

0 comments on commit c396ed6

Please sign in to comment.