Skip to content

Commit

Permalink
1.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noembryo committed Dec 21, 2020
1 parent cb7ad6a commit 43a22ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 43a22ba

Please sign in to comment.