config/scheme: add Profile.encryption and Profile.encryption_password

This commit is contained in:
InsanePrawn 2023-07-08 18:46:46 +02:00
parent 686191c388
commit df4a60620c
2 changed files with 4 additions and 0 deletions

View file

@ -15,6 +15,8 @@ PROFILE_DEFAULTS_DICT = {
'username': 'kupfer',
'password': None,
'size_extra_mb': "0",
'encryption': None,
'encryption_password': None,
}
PROFILE_DEFAULTS = Profile.fromDict(PROFILE_DEFAULTS_DICT)