Skip to content

Commit

Permalink
property for invisible color regions
Browse files Browse the repository at this point in the history
  • Loading branch information
cadon committed Jul 10, 2022
1 parent 44cbc28 commit e442466
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 154 deletions.
4 changes: 4 additions & 0 deletions ark/overrides.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ class ColorRegionSettings(BaseModel):
dict(),
description="Override individual region names, in for dict form `region_num: \"name\"`",
)
invisible: Dict[int, Optional[bool]] = Field(
dict(),
description="Override the visibility of individual regions, in for dict form `region_num: \"visible\"`",
)


class TamingMethod(str, Enum):
Expand Down
Loading

0 comments on commit e442466

Please sign in to comment.