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

Commit

Permalink
fix prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed May 16, 2024
1 parent acd853f commit 9740b0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3.15"
__version__ = "5.3.16"
2 changes: 1 addition & 1 deletion cyberdrop_dl/ui/prompts/settings_global_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def edit_ui_settings_prompt(manager: Manager) -> None:
vi_mode=manager.vi_mode,
).execute()
downloading_item_limit = inquirer.number(
message="Refresh Rate:",
message="Number of lines to allow for download items before overflow:",
default=int(manager.config_manager.global_settings_data['UI_Options']['downloading_item_limit']),
float_allowed=False,
vi_mode=manager.vi_mode,
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.3.15"
version = "5.3.16"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 9740b0e

Please sign in to comment.