Added support for color_hex alpha channel

This commit is contained in:
Donkie
2023-08-12 21:32:20 +02:00
parent 6934748b14
commit 4cb2542a41
6 changed files with 69 additions and 8 deletions

View File

@@ -2,6 +2,6 @@
Creating a new version:
```bash
python -m spoolman.main
pdm run python -m spoolman.main
pdm run alembic revision -m "some title" --autogenerate
```