fix bug with special splashes showing date
This commit is contained in:
parent
b6f18342d9
commit
15a72ea7e6
|
|
@ -89,6 +89,11 @@ public class SpecialSplash : Splash
|
|||
SplashDateStartToAppearLess = null;
|
||||
SplashDateStopAppearingAllTheTime = null;
|
||||
}
|
||||
|
||||
if (date == SplashContext)
|
||||
{
|
||||
SplashContext = "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue