mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 20:35:13 +00:00
Merge branch 'startup-gui-option' into merged
This commit is contained in:
commit
43d9710cac
1 changed files with 1 additions and 1 deletions
|
@ -1301,7 +1301,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