mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
disable text gui, as it is not ready for release
This commit is contained in:
parent
76eff7fdb6
commit
f40ca9efa6
1 changed files with 1 additions and 1 deletions
|
@ -1296,7 +1296,7 @@ class ElectrumWindow(QMainWindow):
|
|||
gui_label=QLabel(_('Default GUI') + ':')
|
||||
grid.addWidget(gui_label , 7, 0)
|
||||
gui_combo = QComboBox()
|
||||
gui_combo.addItems(['Lite', 'Classic', 'Gtk', 'Text'])
|
||||
gui_combo.addItems(['Lite', 'Classic', 'Gtk'])
|
||||
index = gui_combo.findText(self.config.get("gui","classic").capitalize())
|
||||
if index==-1: index = 1
|
||||
gui_combo.setCurrentIndex(index)
|
||||
|
|
Loading…
Add table
Reference in a new issue