Skip to content

Commit

Permalink
refactor: replace TagColor enums with TagColorGroup system
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanVoxel committed Jan 19, 2025
1 parent cd2e00c commit 3dc7088
Show file tree
Hide file tree
Showing 7 changed files with 451 additions and 253 deletions.
2 changes: 1 addition & 1 deletion tagstudio/src/core/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ class LibraryPrefs(DefaultEnum):
IS_EXCLUDE_LIST = True
EXTENSION_LIST: list[str] = [".json", ".xmp", ".aae"]
PAGE_SIZE: int = 500
DB_VERSION: int = 3
DB_VERSION: int = 4
Loading

0 comments on commit 3dc7088

Please sign in to comment.