Skip to content

Commit

Permalink
Define hidden for UndefinedFeatureController.
Browse files Browse the repository at this point in the history
  • Loading branch information
kw committed Mar 27, 2024
1 parent 26b89f0 commit 6c49767
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class UndefinedFeatureController(feature_controller.FeatureController):
choice_defs: None = None
supports_child_purchases: bool = False
child_purchase_limit: None = None
hidden: bool = False

@classmethod
def _definition_type(cls) -> Type[defs.BaseFeatureDef]:
Expand Down

0 comments on commit 6c49767

Please sign in to comment.