[packagechooser] Also use screenshot from no-package-selected

This commit is contained in:
Adriaan de Groot 2019-09-05 03:23:50 -04:00
parent 52e72f4fb1
commit 4259bc9d5d

View file

@ -168,4 +168,5 @@ PackageChooserPage::setIntroduction( const PackageItem& item )
{ {
m_introduction.name = item.name; m_introduction.name = item.name;
m_introduction.description = item.description; m_introduction.description = item.description;
m_introduction.screenshot = item.screenshot;
} }