[omemo] Add infobar in fingerprints dialog

This commit is contained in:
Daniel Brötzmann
2020-06-27 21:02:18 +02:00
committed by Philipp Hörist
parent e271f3f9d4
commit a587ff709a
4 changed files with 244 additions and 132 deletions

View File

@@ -116,7 +116,8 @@ class OmemoPlugin(GajimPlugin):
self.config_default_values = {
'DISABLED_ACCOUNTS': ([], ''),
'BLIND_TRUST': (True, '')
'BLIND_TRUST': (True, ''),
'SHOW_HELP_FINGERPRINTS': (True, ''),
}
for account in self.config['DISABLED_ACCOUNTS']: