grid_ui.addWidget(HelpButton(_('Select which GUI mode to use at start up.'+'\n'+'Note: use the command line to access the "text" and "gtk" GUIs')),7,2)
ifnotself.config.is_modifiable('gui'):
forwin[gui_combo,gui_label]:w.setEnabled(False)
lang_label=QLabel(_('Language')+':')
grid_ui.addWidget(lang_label,8,0)
lang_combo=QComboBox()
@ -1788,11 +1777,6 @@ class ElectrumWindow(QMainWindow):