Only set the slideshow if the branding component has one.
This commit is contained in:
parent
9622888d1d
commit
50a413d3c2
@ -55,8 +55,9 @@ InstallationViewStep::InstallationViewStep( QObject* parent )
|
|||||||
|
|
||||||
m_slideShow->engine()->addImportPath( CalamaresUtils::qmlModulesDir().absolutePath() );
|
m_slideShow->engine()->addImportPath( CalamaresUtils::qmlModulesDir().absolutePath() );
|
||||||
|
|
||||||
m_slideShow->setSource( QUrl::fromLocalFile( Calamares::Branding::instance()
|
if ( !Calamares::Branding::instance()->slideshowPath().isEmpty() )
|
||||||
->slideshowPath() ) );
|
m_slideShow->setSource( QUrl::fromLocalFile( Calamares::Branding::instance()
|
||||||
|
->slideshowPath() ) );
|
||||||
|
|
||||||
innerLayout->addSpacing( CalamaresUtils::defaultFontHeight() / 2 );
|
innerLayout->addSpacing( CalamaresUtils::defaultFontHeight() / 2 );
|
||||||
innerLayout->addWidget( m_progressBar );
|
innerLayout->addWidget( m_progressBar );
|
||||||
|
Loading…
Reference in New Issue
Block a user