Skip to content

Commit

Permalink
feat: Increase resin cap
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Jun 5, 2024
1 parent ed578db commit d68d285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoyo_buddy/ui/hoyo/notes/buttons/resin.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async def callback(self, i: INTERACTION) -> None:
modal = TypeOneModal(
notify,
title=LocaleStr("Resin Reminder Settings", key="resin_reminder_modal.title"),
threshold_max_value=160,
threshold_max_value=200,
min_notify_interval=10,
)
modal.translate(self.view.locale, self.view.translator)
Expand Down

0 comments on commit d68d285

Please sign in to comment.