diff --git a/main.py b/main.py index cf65d5c..94571ad 100644 --- a/main.py +++ b/main.py @@ -1098,7 +1098,7 @@ def on_high_table_customContextMenuRequested(self, point): menu.addAction(action) action = QAction(_("Export to file"), menu) - action.triggered.connect(self.on_save_actions) + action.triggered.connect(self.on_export) action.setData(2) action.setIcon(self.ico_file_save) menu.addAction(action)