SomberNight
5 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/kivy/uix/dialogs/qr_dialog.py
|
|
@ -61,7 +61,7 @@ class QRDialog(Factory.Popup): |
|
|
|
self.app = App.get_running_app() |
|
|
|
self.title = title |
|
|
|
self.data = data |
|
|
|
self.help_text = data if show_text else help_text |
|
|
|
self.help_text = (data if show_text else help_text) or '' |
|
|
|
self.failure_cb = failure_cb |
|
|
|
self.text_for_clipboard = text_for_clipboard if text_for_clipboard else data |
|
|
|
|
|
|
|