From fc8d0855c4ccb90497091f7e1d9f4ce1893d2194 Mon Sep 17 00:00:00 2001 From: CJ Shrader Date: Sat, 25 Jan 2025 11:05:07 -0500 Subject: [PATCH] Added use_tts to deprecated keys so that people who are swapping back and forth don't need to manually remove it. This is only meant to be merged in to the main non-TTS branch. --- src/config/models.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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):