Skip to content

Commit

Permalink
fix(/search): Fix incorrect default page
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Jun 5, 2024
1 parent 84a1a67 commit c6d945b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoyo_buddy/ui/hoyo/genshin/search/character.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
self.const_index = 0
self.story_index = 0
self.quote_index = 0
self.selected_page = 0
self.selected_page = 8 if hakushin else 0

# hakushin specific
self.hakushin = hakushin
Expand Down

0 comments on commit c6d945b

Please sign in to comment.