Skip to content

Commit

Permalink
Added use_tts to deprecated keys so that people who are swapping back…
Browse files Browse the repository at this point in the history
… and forth don't need to manually remove it. This is only meant to be merged in to the main non-TTS branch.
  • Loading branch information
cjshrader committed Jan 25, 2025
1 parent 103af1e commit fc8d085
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/config/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit fc8d085

Please sign in to comment.