Skip to content

Commit

Permalink
Update the feature flag definition based on the privacy configuration…
Browse files Browse the repository at this point in the history
… change
  • Loading branch information
0nko committed Jan 15, 2025
1 parent 0d73e35 commit 0b382b2
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ import com.duckduckgo.feature.toggles.api.Toggle

@ContributesRemoteFeature(
scope = AppScope::class,
featureName = "tabMultiSelection",
featureName = "tabManager",
)
interface TabMultiSelectionFeature {
interface TabManagerFeatureFlags {
@Toggle.DefaultValue(false)
@Toggle.InternalAlwaysEnabled
fun self(): Toggle

@Toggle.DefaultValue(false)
fun multiSelection(): Toggle
}

0 comments on commit 0b382b2

Please sign in to comment.