fix: Allow unencrypted database if gnome keyring not present or platform does not support it
This commit is contained in:
parent
5128785c66
commit
d14276f5a9
4 changed files with 39 additions and 15 deletions
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue