From f2fad1cd190b5e7d013addda0c1951b842e0e56f Mon Sep 17 00:00:00 2001 From: niklascfw Date: Sun, 17 May 2026 11:14:43 +0200 Subject: [PATCH] oc: fixed repeated displaying of 'PatchExtractor' reminder --- variants/oc/switch/.packages/boot_package.ini | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/variants/oc/switch/.packages/boot_package.ini b/variants/oc/switch/.packages/boot_package.ini index c86b386..b4bba92 100644 --- a/variants/oc/switch/.packages/boot_package.ini +++ b/variants/oc/switch/.packages/boot_package.ini @@ -1,2 +1,6 @@ -[boot] -notify 'Um FPSLocker Patches zu nutzen, "PatchExtractor" in Sphaira ausführen!' 26 left word 10000 \ No newline at end of file +[on-boot] +set-json-val '/config/ultrahand/notifications/patchreminder.notify' text 'Um FPSLocker Patches zu nutzen, "PatchExtractor" in Sphaira ausführen!' +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 \ No newline at end of file