mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
check to see if fiat button already exists on send tab before telling user they must restart Electrum to see it
This commit is contained in:
parent
669d8041e4
commit
bc3bcc20dc
1 changed files with 4 additions and 1 deletions
|
@ -337,6 +337,9 @@ class Plugin(BasePlugin):
|
||||||
out = BasePlugin.toggle(self)
|
out = BasePlugin.toggle(self)
|
||||||
self.win.update_status()
|
self.win.update_status()
|
||||||
if self.config.get('use_exchange_rate'):
|
if self.config.get('use_exchange_rate'):
|
||||||
|
try:
|
||||||
|
self.fiat_button
|
||||||
|
except:
|
||||||
self.gui.main_window.show_message("To see fiat amount when sending bitcoin, please restart Electrum to activate the new GUI settings.")
|
self.gui.main_window.show_message("To see fiat amount when sending bitcoin, please restart Electrum to activate the new GUI settings.")
|
||||||
return out
|
return out
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue