Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Missed ui prompt for new arg.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Dec 5, 2023
1 parent 5f078f7 commit 6e461cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cyberdrop_dl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.0.45"
__version__ = "5.0.46"
3 changes: 3 additions & 0 deletions cyberdrop_dl/ui/prompts/settings_user_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ def edit_download_options_prompt(config: Dict) -> None:
Choice(value="include_thread_id_in_folder_name",
name="Include Thread ID In Folder Name",
enabled=config["Download_Options"]["include_album_id_in_folder_name"]),
Choice(value="remove_domains_from_folder_names",
name="Remove Domains From Folder Names",
enabled=config["Download_Options"]["remove_domains_from_folder_names"]),
Choice(value="remove_generated_id_from_filenames",
name="Remove Generated ID From Filenames",
enabled=config["Download_Options"]["remove_generated_id_from_filenames"]),
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cyberdrop-dl"
version = "5.0.45"
version = "5.0.46"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 6e461cd

Please sign in to comment.