mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Fixed an issue where the video element static image would not get displayed for legacy theme sets.
This commit is contained in:
parent
251e826589
commit
1c83c762a8
|
@ -267,7 +267,7 @@ void VideoComponent::applyTheme(const std::shared_ptr<ThemeData>& theme,
|
|||
}
|
||||
}
|
||||
|
||||
if (mThemeImageTypes.empty())
|
||||
if (!mLegacyTheme && mThemeImageTypes.empty())
|
||||
mConfig.startDelay = 0;
|
||||
|
||||
if (elem->has("color")) {
|
||||
|
|
Loading…
Reference in a new issue