mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
move menu separator
This commit is contained in:
parent
d0ccb5b2ff
commit
3e014d05c1
1 changed files with 2 additions and 2 deletions
|
@ -409,11 +409,11 @@ class ElectrumWindow(QMainWindow):
|
|||
plugins_labels = tools_menu.addAction(_("&Plugins"))
|
||||
plugins_labels.triggered.connect(self.plugins_dialog)
|
||||
|
||||
tools_menu.addSeparator()
|
||||
|
||||
verifymessage = tools_menu.addAction(_("&Verify message"))
|
||||
verifymessage.triggered.connect(lambda: self.sign_verify_message(False))
|
||||
|
||||
tools_menu.addSeparator()
|
||||
|
||||
csv_transaction_menu = tools_menu.addMenu(_("&Create transaction"))
|
||||
|
||||
csv_transaction_file = csv_transaction_menu.addAction(_("&From CSV file"))
|
||||
|
|
Loading…
Add table
Reference in a new issue