Set feature flags

pull/295/head
Adam Novak 3 years ago
parent af23310679
commit 29a749f983

@ -17,12 +17,12 @@ object FeatureFlags {
/**
* Enables the Nimbus experiments library.
*/
val nimbusExperiments = Config.channel.isNightlyOrDebug
val nimbusExperiments = false
/**
* Enables WebAuthn support.
*/
val webAuthFeature = Config.channel.isNightlyOrDebug
val webAuthFeature = true
/**
* Shows new three-dot toolbar menu design.

Loading…
Cancel
Save