introduce config option to enable manual encryption mode

This commit is contained in:
missytake
2022-11-20 21:42:35 +01:00
parent 960a7f82ef
commit 62d56947ee
3 changed files with 6 additions and 0 deletions

View File

@@ -61,6 +61,9 @@ pub enum Config {
#[strum(props(default = "1"))]
E2eeEnabled,
#[strum(props(default = "0"))]
ManualEncryptionMode,
#[strum(props(default = "1"))]
MdnsEnabled,