feat: Annoy user with dialog to add a recovery method

This commit is contained in:
Christian Pauly 2020-11-24 15:49:27 +01:00
commit 4909f0be94
3 changed files with 44 additions and 14 deletions

View file

@ -9,5 +9,6 @@ abstract class SettingKeys {
static const String amoledEnabled = 'amoled_enabled';
static const String codeLanguage = 'code_language';
static const String showNoGoogle = 'chat.fluffy.show_no_google';
static const String showNoPid = 'chat.fluffy.show_no_pid';
static const String databasePassword = 'database-password';
}