From fb5ef1016890cc82236a23274abe82364c314c64 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Fri, 9 Apr 2021 02:54:28 -0400 Subject: [PATCH] Fix small visual bug in NOTIFY --- boot/RadarrBoot.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/RadarrBoot.ks b/boot/RadarrBoot.ks index 167ce6e..b938d02 100644 --- a/boot/RadarrBoot.ks +++ b/boot/RadarrBoot.ks @@ -11,7 +11,7 @@ FUNCTION NOTIFY { PARAMETER duration IS 5. PARAMETER color IS WHITE. - HUDTEXT("kOS: " + message, 5, 2, 50, WHITE, false). + HUDTEXT("kOS: " + message, duration, 2, 50, color, false). PRINT message. }