2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

For #15960 - Enable Grid View in Nightly only (#16462)

This commit is contained in:
Gabriel Luong 2020-11-09 17:09:31 -05:00 committed by GitHub
parent 928d320836
commit b5c25ccf3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ class Settings(private val appContext: Context) : PreferencesHolder {
var showGridViewInTabsSettings by featureFlagPreference(
appContext.getPreferenceKey(R.string.pref_key_show_grid_view_tabs_settings),
default = false,
default = Config.channel.isNightlyOrDebug,
featureFlag = FeatureFlags.showGridViewInTabsSettings
)