mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
small change to config syntax
This commit is contained in:
parent
fccd9921eb
commit
38acaf0a3a
1 changed files with 1 additions and 1 deletions
|
@ -1298,7 +1298,7 @@ class ElectrumWindow(QMainWindow):
|
||||||
QMessageBox.warning(self, _('Error'), _('Invalid value'), _('OK'))
|
QMessageBox.warning(self, _('Error'), _('Invalid value'), _('OK'))
|
||||||
|
|
||||||
cfg = SimpleConfig()
|
cfg = SimpleConfig()
|
||||||
cfg.config["gui"] = str(gui.currentText()).lower()
|
cfg.set_key("gui", str(gui.currentText()).lower())
|
||||||
cfg.save_config()
|
cfg.save_config()
|
||||||
|
|
||||||
self.set_expert_mode(cb.isChecked())
|
self.set_expert_mode(cb.isChecked())
|
||||||
|
|
Loading…
Add table
Reference in a new issue