feat: Implement app lock
This commit is contained in:
parent
57ae277331
commit
b62b0b1a63
8 changed files with 129 additions and 7 deletions
|
|
@ -11,4 +11,5 @@ abstract class SettingKeys {
|
|||
static const String showNoGoogle = 'chat.fluffy.show_no_google';
|
||||
static const String showNoPid = 'chat.fluffy.show_no_pid';
|
||||
static const String databasePassword = 'database-password';
|
||||
static const String appLockKey = 'chat.fluffy.app_lock';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue