From d68d28545a77582d1c8efcbf2f1e6e16ac8f75d1 Mon Sep 17 00:00:00 2001 From: seria Date: Wed, 5 Jun 2024 22:07:59 +0900 Subject: [PATCH] feat: Increase resin cap --- hoyo_buddy/ui/hoyo/notes/buttons/resin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hoyo_buddy/ui/hoyo/notes/buttons/resin.py b/hoyo_buddy/ui/hoyo/notes/buttons/resin.py index 16804c10..ff71c73d 100644 --- a/hoyo_buddy/ui/hoyo/notes/buttons/resin.py +++ b/hoyo_buddy/ui/hoyo/notes/buttons/resin.py @@ -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)