Skip to content
Snippets Groups Projects
Commit 791acd56 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Disable client cert support until nbxmpp support is back

parent 6881d68e
No related branches found
No related tags found
No related merge requests found
......@@ -615,8 +615,10 @@ def __init__(self, account):
SettingType.ACTION, '-import-contacts',
props={'account': account}),
Setting(SettingKind.DIALOG, _('Client Certificate'),
SettingType.DIALOG, props={'dialog': CertificateDialog}),
# Currently not supported by nbxmpp
#
# Setting(SettingKind.DIALOG, _('Client Certificate'),
# SettingType.DIALOG, props={'dialog': CertificateDialog}),
Setting(SettingKind.SWITCH, _('Connect on startup'),
SettingType.ACCOUNT_CONFIG, 'autoconnect'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment