Skip to content

Commit

Permalink
ui: fixed typo adding Quit menu ..
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya committed Jan 8, 2023
1 parent 4cf41cc commit a619814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/opensnitch/dialogs/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ def __init__(self, parent=None, address=None, db=None, dbname="db", appicon=None
menuActions.addAction(Icons.new("go-down"), QC.translate("stats", "Import rules")).triggered.connect(self._on_menu_import_clicked)
menuActions.addAction(Icons.new("document-save"), QC.translate("stats", "Export events to CSV")).triggered.connect(self._on_menu_export_csv_clicked)
menuActions.addAction(Icons.new("application-exit"), QC.translate("stats", "Quit")).triggered.connect(self._on_menu_exit_clicked)
self.actionsButton.setMenu(menuActions)

# translations must be done here, otherwise they don't take effect
self.TABLES[self.TAB_NODES]['header_labels'] = [
Expand Down

0 comments on commit a619814

Please sign in to comment.