Skip to content

Commit

Permalink
Revert "Remove Autoconsent subfeature (#697)" (#730)
Browse files Browse the repository at this point in the history
This reverts commit 2181cdc.
  • Loading branch information
dus7 authored and afterxleep committed Mar 15, 2024
1 parent 871ec91 commit 7002385
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,11 @@ public enum PrivacyDashboardSubfeature: String, PrivacySubfeature {
case toggleReports

}

public enum AutoconsentSubfeature: String, PrivacySubfeature {
public var parent: PrivacyFeature {
.autoconsent
}

case onByDefault
}

0 comments on commit 7002385

Please sign in to comment.