diff --git a/src/config/models.py b/src/config/models.py index 7ed94455..d63f092e 100644 --- a/src/config/models.py +++ b/src/config/models.py @@ -16,11 +16,7 @@ HIDE_FROM_GUI_KEY = "hide_from_gui" IS_HOTKEY_KEY = "is_hotkey" -DEPRECATED_INI_KEYS = [ - "import_build", - "local_prefs_path", - "move_item_type", -] +DEPRECATED_INI_KEYS = ["import_build", "local_prefs_path", "move_item_type", "use_tts"] class AspectFilterType(enum.StrEnum):