mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
Add ProductWelcome image to Branding.
This commit is contained in:
parent
3545e4fb86
commit
75cf3f08c6
2 changed files with 4 additions and 2 deletions
|
@ -63,7 +63,8 @@ QStringList Branding::s_stringEntryStrings =
|
|||
QStringList Branding::s_imageEntryStrings =
|
||||
{
|
||||
"productLogo",
|
||||
"productIcon"
|
||||
"productIcon",
|
||||
"productWelcome"
|
||||
};
|
||||
|
||||
QStringList Branding::s_styleEntryStrings =
|
||||
|
|
|
@ -54,7 +54,8 @@ public:
|
|||
enum ImageEntry : short
|
||||
{
|
||||
ProductLogo,
|
||||
ProductIcon
|
||||
ProductIcon,
|
||||
ProductWelcome
|
||||
};
|
||||
|
||||
enum StyleEntry : short
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue