From 1c533d4eeb1a72f2ac6fd67b273b9abbe135f876 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sat, 26 Jul 2025 00:18:22 +0300 Subject: [PATCH] fixed sleep timer --- patches/patches.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/patches/patches.json b/patches/patches.json index 999e5f1..9720094 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -2344,6 +2344,14 @@ }, "match": "=>\\{((?:(?!=>\\{).)*?(?=\"loggedin_upgrade_menu))", "replace": "=>{ return null; $1" + }, + "fix_sleep_timer": { + "version": { + "fr": "1.2.69", + "to": "" + }, + "match": "(Sleep timer\",default:!)1", + "replace": "$10" } } } \ No newline at end of file