diff --git a/src/libcalamaresui/Branding.cpp b/src/libcalamaresui/Branding.cpp index de13759b7..916fd84d1 100644 --- a/src/libcalamaresui/Branding.cpp +++ b/src/libcalamaresui/Branding.cpp @@ -236,6 +236,12 @@ Branding::slideshowPath() const return m_slideshowPath; } +QString +Branding::style( Branding::StyleEntry styleEntry ) const +{ + return m_style.value( s_styleEntryStrings.value( styleEntry ) ); +} + void Branding::setGlobals( GlobalStorage* globalStorage ) const