File tree Expand file tree Collapse file tree
app/src/main/java/org/mozilla/fenix/settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ class SecretSettingsFragment : PreferenceFragmentCompat() {
6363 }
6464
6565 requirePreference<SwitchPreference >(R .string.pref_key_toolbar_show_navigation_toolbar).apply {
66- isVisible = Config .channel.isNightlyOrDebug
66+ isVisible = Config .channel.isNightlyOrDebug || Config .channel.isFork
6767 isChecked = context.settings().navigationToolbarEnabled
6868 onPreferenceChangeListener = SharedPreferenceUpdater ()
6969 }
7070
7171 requirePreference<SwitchPreference >(R .string.pref_key_enable_composable_toolbar).apply {
72- isVisible = Config .channel.isDebug
72+ isVisible = Config .channel.isDebug || Config .channel.isFork
7373 isChecked = context.settings().shouldUseComposableToolbar
7474 onPreferenceChangeListener = SharedPreferenceUpdater ()
7575 }
You can’t perform that action at this time.
0 commit comments