mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
fix settings dialog in text gui
This commit is contained in:
parent
5251f278e8
commit
8ec6a07281
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ class ElectrumGui:
|
|||
def settings_dialog(self):
|
||||
out = self.run_dialog('Settings', [
|
||||
{'label':'Default GUI', 'type':'list', 'choices':['classic','lite','gtk','text'], 'value':self.config.get('gui')},
|
||||
{'label':'Default fee', 'type':'satoshis', 'value': format_satoshis(self.config.get('fee_per_kb')).strip() }
|
||||
{'label':'Default fee', 'type':'satoshis', 'value': format_satoshis(self.wallet.fee).strip() }
|
||||
], buttons = 1)
|
||||
if out:
|
||||
if out.get('Default GUI'):
|
||||
|
|
Loading…
Add table
Reference in a new issue