mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 14:32:39 +02:00
feat: try out new SSH layer again
The underlying bug that we hit before has been fixed so this is ready for another try
This commit is contained in:
parent
f57c2669fc
commit
23b4d2a6c1
|
@ -14,7 +14,7 @@ enum class Feature(
|
|||
) {
|
||||
|
||||
/** Opt into the new SSH layer implemented as a freestanding module. */
|
||||
EnableNewSSHLayer(false, "enable_new_ssh"),
|
||||
EnableNewSSHLayer(true, "enable_new_ssh"),
|
||||
|
||||
/** Opt into a cache layer for PGP passphrases. */
|
||||
EnablePGPPassphraseCache(false, "enable_gpg_passphrase_cache"),
|
||||
|
|
Loading…
Reference in a new issue