diff --git a/es-app/src/views/SystemView.cpp b/es-app/src/views/SystemView.cpp index 272d4c634..03cac7ad9 100644 --- a/es-app/src/views/SystemView.cpp +++ b/es-app/src/views/SystemView.cpp @@ -310,6 +310,9 @@ void SystemView::getViewElements(const std::shared_ptr& theme) getDefaultElements(); + if (!theme->hasView("system")) + return; + const ThemeData::ThemeElement* carouselElem = theme->getElement("system", "systemcarousel", "carousel"); if (carouselElem) getCarouselFromTheme(carouselElem);