diff options
Diffstat (limited to 'lib/inx/inputs.py')
| -rwxr-xr-x | lib/inx/inputs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inx/inputs.py b/lib/inx/inputs.py index 2cf84df9..716e1708 100755 --- a/lib/inx/inputs.py +++ b/lib/inx/inputs.py @@ -10,7 +10,7 @@ from .utils import build_environment, write_inx_file def pyembroidery_input_formats(): for format in pyembroidery.supported_formats(): - if 'reader' in format and format['category'] == 'embroidery': + if 'reader' in format and format['category'] in ['embroidery', 'color', 'stitch']: yield format['extension'], format['description'] |
