mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 06:15:48 +00:00
refactor: flip PGPainless feature flag
It's always enabled now
This commit is contained in:
@@ -18,7 +18,7 @@ enum class Feature(
|
||||
"The PGPainless backend is now the only available one",
|
||||
level = DeprecationLevel.ERROR
|
||||
)
|
||||
EnablePGPainlessBackend(false, "enable_pgp_v2_backend"),
|
||||
EnablePGPainlessBackend(true, "enable_pgp_v2_backend"),
|
||||
;
|
||||
|
||||
companion object {
|
||||
|
Reference in New Issue
Block a user