From cc215d35525e534e5b5e6409a762784b0b43d6a4 Mon Sep 17 00:00:00 2001 From: niklascfw Date: Mon, 8 Jun 2026 22:07:19 +0200 Subject: [PATCH] oc: fixed redundant notification --- variants/oc/switch/.packages/boot_package.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/variants/oc/switch/.packages/boot_package.ini b/variants/oc/switch/.packages/boot_package.ini index e065b33..90690b8 100644 --- a/variants/oc/switch/.packages/boot_package.ini +++ b/variants/oc/switch/.packages/boot_package.ini @@ -3,9 +3,4 @@ try: path_exists 'sdmc:/SaltySD/plugins/FPSLocker/patches.zip' unzip 'sdmc:/SaltySD/plugins/FPSLocker/patches.zip' 'sdmc:/SaltySD/plugins/FPSLocker/' delete 'sdmc:/SaltySD/plugins/FPSLocker/patches.zip' -set-json-val '/config/ultrahand/notifications/patchreminder.notify' text 'FPSLocker-Patches installiert.' -set-json-val '/config/ultrahand/notifications/patchreminder.notify' font_size 26 -set-json-val '/config/ultrahand/notifications/patchreminder.notify' alignment left -set-json-val '/config/ultrahand/notifications/patchreminder.notify' split_type word -set-json-val '/config/ultrahand/notifications/patchreminder.notify' duration 10000 delete 'sdmc:/switch/.packages/boot_package.ini'