fix bug with special splashes showing date

This commit is contained in:
Bitl 2021-10-29 14:15:33 -07:00
parent b6f18342d9
commit 15a72ea7e6
1 changed files with 5 additions and 0 deletions

View File

@ -89,6 +89,11 @@ public class SpecialSplash : Splash
SplashDateStartToAppearLess = null;
SplashDateStopAppearingAllTheTime = null;
}
if (date == SplashContext)
{
SplashContext = "";
}
}
}