SomberNight
3 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/gui/qt/qrtextedit.py
|
|
@ -19,7 +19,7 @@ class ShowQRTextEdit(ButtonsTextEdit): |
|
|
|
|
|
|
|
def contextMenuEvent(self, e): |
|
|
|
m = self.createStandardContextMenu() |
|
|
|
m.addAction(_("Show as QR code"), self.on_qr_show_btn) |
|
|
|
m.addAction(read_QIcon(get_iconname_qrcode()), _("Show as QR code"), self.on_qr_show_btn) |
|
|
|
m.exec_(e.globalPos()) |
|
|
|
|
|
|
|
|
|
|
|