From d6363dee85759a0ba585f573d6cb43586d38ccf0 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:48:41 +0200 Subject: [PATCH] Shasl Battery timer refresh interval --- app/AnimeMatrix/AniMatrixControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AnimeMatrix/AniMatrixControl.cs b/app/AnimeMatrix/AniMatrixControl.cs index 6f03925f..f4e09753 100644 --- a/app/AnimeMatrix/AniMatrixControl.cs +++ b/app/AnimeMatrix/AniMatrixControl.cs @@ -280,7 +280,7 @@ namespace GHelper.AnimeMatrix } - private void SlashTimer_start(int interval = 60000) + private void SlashTimer_start(int interval = 180000) { // 100% to 0% in 1hr = 1% every 36 seconds // 1 bracket every 14.2857 * 36s = 514s ~ 8m 30s