mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[packagechooser] Also use screenshot from no-package-selected
This commit is contained in:
parent
52e72f4fb1
commit
4259bc9d5d
1 changed files with 1 additions and 0 deletions
|
@ -168,4 +168,5 @@ PackageChooserPage::setIntroduction( const PackageItem& item )
|
|||
{
|
||||
m_introduction.name = item.name;
|
||||
m_introduction.description = item.description;
|
||||
m_introduction.screenshot = item.screenshot;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue