Skip to content

Commit

Permalink
Change default value to 70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yyhhyyyyyy committed Jul 24, 2024
1 parent e8b20c6 commit b892508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ def save_keys_to_config(cfg_key, value):

if params.subtitle_position == "custom":
custom_position = st.text_input(
tr("Custom Position (% from top)"), value="50"
tr("Custom Position (% from top)"), value="70.0"
)
try:
params.custom_position = float(custom_position)
Expand Down

0 comments on commit b892508

Please sign in to comment.