Skip to content

Commit

Permalink
Correct Feature Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Oct 11, 2024
1 parent fe9c60c commit 20ea632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/SettingsViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ extension SettingsViewModel {
duckPlayerEnabled: featureFlagger.isFeatureOn(.duckPlayer) || shouldDisplayDuckPlayerContingencyMessage,
duckPlayerMode: appSettings.duckPlayerMode,
duckPlayerOpenInNewTab: appSettings.duckPlayerOpenInNewTab,
duckPlayerOpenInNewTabEnabled: featureFlagger.isFeatureOn(.duckPlayer)
duckPlayerOpenInNewTabEnabled: featureFlagger.isFeatureOn(.duckPlayerOpenInNewTab)

)

Expand Down

0 comments on commit 20ea632

Please sign in to comment.