move qr code operations to transaction window and transaction menu
This commit is contained in:
@@ -341,6 +341,7 @@ class ElectrumWindow(QMainWindow):
|
||||
raw_transaction_menu.addAction(_("&From file"), self.do_process_from_file)
|
||||
raw_transaction_menu.addAction(_("&From text"), self.do_process_from_text)
|
||||
raw_transaction_menu.addAction(_("&From the blockchain"), self.do_process_from_txid)
|
||||
self.raw_transaction_menu = raw_transaction_menu
|
||||
|
||||
help_menu = menubar.addMenu(_("&Help"))
|
||||
help_menu.addAction(_("&About"), self.show_about)
|
||||
|
||||
Reference in New Issue
Block a user