mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
feat: custom pwd of bak (#827)
This commit is contained in:
@@ -270,4 +270,7 @@ class SettingStore extends HiveStore {
|
||||
|
||||
/// Have notified user for notificaiton permission or not
|
||||
late final noNotiPerm = propertyDefault('noNotiPerm', false);
|
||||
|
||||
/// The backup password
|
||||
late final backupasswd = SecureProp('bakPasswd');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user