Turn on download manager, login selector, and tab history

This should fix #42.
pull/50/head
interfect 4 years ago committed by GitHub
parent 5140df01a5
commit 7ddb0dd72e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,8 +24,7 @@ object FeatureFlags {
/**
* Enables viewing tab history
*/
val tabHistory = Config.channel.isNightlyOrDebug
val tabHistory = true
/**
* Enables the new search experience
*/
@ -49,10 +48,9 @@ object FeatureFlags {
/**
* Enables viewing downloads in browser.
*/
val viewDownloads = Config.channel.isNightlyOrDebug
val viewDownloads = true
/**
* Enables selecting from multiple logins.
*/
val loginSelect = Config.channel.isNightlyOrDebug
val loginSelect = true
}

Loading…
Cancel
Save