Skip to content

Commit a5b4bf4

Browse files
authored
Add FXIOS-14256 [Performance] Add toggle for translucency refactor feature flag (#31107)
Add toggle for translucency refactor ff
1 parent a460c52 commit a5b4bf4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

firefox-ios/Client/Frontend/Settings/Main/Debug/FeatureFlags/FeatureFlagsDebugViewController.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,13 @@ final class FeatureFlagsDebugViewController: SettingsTableViewController, Featur
213213
) { [weak self] _ in
214214
self?.reloadView()
215215
},
216+
FeatureFlagsBoolSetting(
217+
with: .toolbarTranslucencyRefactor,
218+
titleText: format(string: "Toolbar Translucency Refactor"),
219+
statusText: format(string: "Toggle to enable the toolbar translucency refactor")
220+
) { [weak self] _ in
221+
self?.reloadView()
222+
},
216223
FeatureFlagsBoolSetting(
217224
with: .touFeature,
218225
titleText: format(string: "Terms of Use"),

0 commit comments

Comments
 (0)