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. }