Skip to content

Commit

Permalink
resize Doodstream selection in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixthrush committed Dec 11, 2024
1 parent 4d2ffb8 commit 47e9529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aniworld/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def process_url(url):
npyscreen.TitleSelectOne,
name="Provider",
values=["VOE", "Vidmoly", "Doodstream"],
max_height=2, # count of values
max_height=3, # count of values
value=[["VOE", "Vidmoly", "Doodstream"].index(aniworld_globals.DEFAULT_PROVIDER)],
scroll_exit=True
)
Expand Down

0 comments on commit 47e9529

Please sign in to comment.