Skip to content

Commit

Permalink
修复更改设置中的提示词
Browse files Browse the repository at this point in the history
  • Loading branch information
misaka10843 committed May 12, 2023
1 parent 0df3e5d commit cbddcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ def change_settings():
cbz = Confirm.ask("是否下载后打包成CBZ?", default=False)
else:
cbz = True
hc_input = Confirm.ask("是否下载高分辨率图片[italic yellow](不选择可以节省服务器资源,下载速度也会加快)[/]",
hc_input = Confirm.ask("是否下载后打包成CBZ?",
default=cbz)
if cbz:
if SETTINGS.get('cbz_path') is None:
Expand Down

0 comments on commit cbddcfd

Please sign in to comment.