mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-31 23:29:10 +00:00
* Add option to use a whitelist instead of a blacklist * maybe fix mypy? * Fix Mypy and rename ignored_extensions * This should fix mypy * Update checkbox text * Update window title * shorten if statment and update text * update variable names * Fix Mypy * hopefully fix mypy * Fix mypy * deprecate ignored_extensions Co-authored-by: Jiri <yedpodtrzitko@users.noreply.github.com> * polishing * polishing * Fix mypy * finishing touches Co-authored-by: Jiri <yedpodtrzitko@users.noreply.github.com> * Fix boolean loading * UI/UX + ext list loading tweaks - Change extension list mode setting from Checkbox to ComboBox to help better convey its purpose - Change and simplify wording - Add type hints to extension variables and change loading to use `get()` with default values - Sanitize older extension lists that don't use extensions with a leading "." - Misc. code organization and docstrings --------- Co-authored-by: Jiri <yedpodtrzitko@users.noreply.github.com> Co-authored-by: Travis Abendshien <lvnvtravis@gmail.com>