mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 23:41:35 +00:00
(minor) kivy: initialize invoice_popup
This commit is contained in:
parent
938fab86d1
commit
eb28f57051
1 changed files with 1 additions and 0 deletions
|
@ -370,6 +370,7 @@ class ElectrumWindow(App):
|
|||
self._channels_dialog = None
|
||||
self._addresses_dialog = None
|
||||
self.fee_status = self.electrum_config.get_fee_status()
|
||||
self.invoice_popup = None
|
||||
self.request_popup = None
|
||||
|
||||
def on_pr(self, pr: 'PaymentRequest'):
|
||||
|
|
Loading…
Add table
Reference in a new issue