diff --git a/src/libcalamaresui/Branding.cpp b/src/libcalamaresui/Branding.cpp index 8755b8abd..05318ce2a 100644 --- a/src/libcalamaresui/Branding.cpp +++ b/src/libcalamaresui/Branding.cpp @@ -52,7 +52,9 @@ QStringList Branding::s_stringEntryStrings = "versionedName", "shortVersionedName", "shortProductName", - "bootloaderEntryName" + "bootloaderEntryName", + "productUrl", + "productUrlText" }; diff --git a/src/libcalamaresui/Branding.h b/src/libcalamaresui/Branding.h index 4ebaf3c1f..524172bbc 100644 --- a/src/libcalamaresui/Branding.h +++ b/src/libcalamaresui/Branding.h @@ -44,7 +44,9 @@ public: VersionedName, ShortVersionedName, ShortProductName, - BootloaderEntryName + BootloaderEntryName, + ProductUrl, + ProductUrlText }; enum ImageEntry : short