diff --git a/public/Nitrocid.Addons/Nitrocid.Extras.Timers/Timers/TimerScreen.cs b/public/Nitrocid.Addons/Nitrocid.Extras.Timers/Timers/TimerScreen.cs index 467e9843c1..949fee72de 100644 --- a/public/Nitrocid.Addons/Nitrocid.Extras.Timers/Timers/TimerScreen.cs +++ b/public/Nitrocid.Addons/Nitrocid.Extras.Timers/Timers/TimerScreen.cs @@ -213,6 +213,7 @@ public static void OpenTimer() if (!double.TryParse(UnparsedInterval, out TimerInterval)) { // Not numeric. + timerScreen.RequireRefresh(); InfoBoxColor.WriteInfoBoxColor(Translate.DoTranslation("Indicated timeout is not numeric."), KernelColorTools.GetColor(KernelColorType.Error)); TimerInterval = 60000d; }