fix: Allow unencrypted database if gnome keyring not present or platform does not support it

This commit is contained in:
krille-chan 2024-04-12 19:29:58 +02:00
commit d14276f5a9
No known key found for this signature in database
4 changed files with 39 additions and 15 deletions

View file

@ -30,4 +30,6 @@ abstract class SettingKeys {
static const String showPresences = 'chat.fluffy.show_presences';
static const String displayChatDetailsColumn =
'chat.fluffy.display_chat_details_column';
static const String noEncryptionWarningShown =
'chat.fluffy.no_encryption_warning_shown';
}