1
0

kivy request dialog: follow-up c95791d7ee

related https://github.com/spesmilo/electrum/pull/7929
This commit is contained in:
SomberNight
2022-08-12 11:10:54 +00:00
parent fceceaec97
commit 13570a465c
2 changed files with 1 additions and 4 deletions

View File

@@ -172,9 +172,6 @@ class RequestDialog(Factory.Popup):
qr_data = qr_data.upper()
if qr_data:
self.ids.qr.set_data(qr_data)
self.ids.qr.opacity = 1
else:
self.ids.qr.opacity = 0
if not qr_data and self.error_text:
self.show_text = True
else: