[omemo] Add infobar in fingerprints dialog
This commit is contained in:
committed by
Philipp Hörist
parent
e271f3f9d4
commit
a587ff709a
@@ -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']:
|
||||
|
||||
Reference in New Issue
Block a user