follow-up previous commit

This commit is contained in:
ThomasV
2023-03-21 10:41:54 +01:00
parent a080e5130f
commit 1503ef1e2a

View File

@@ -290,8 +290,6 @@ class ReceiveTab(QWidget, MessageBoxMixin, Logger):
def update_receive_qr_window(self):
if self.window.qr_window and self.window.qr_window.isVisible():
text, data, help_text, title = self.get_tab_data()
if i == 2:
data = data.upper()
self.window.qr_window.qrw.setData(data)
def create_invoice(self):