|
|
@ -376,10 +376,8 @@ Config::setConfigurationMap( const QVariantMap& configurationMap )
|
|
|
|
using Calamares::Branding;
|
|
|
|
using Calamares::Branding;
|
|
|
|
|
|
|
|
|
|
|
|
setSupportUrl( jobOrBrandingSetting( Branding::SupportUrl, configurationMap, "showSupportUrl" ) );
|
|
|
|
setSupportUrl( jobOrBrandingSetting( Branding::SupportUrl, configurationMap, "showSupportUrl" ) );
|
|
|
|
setKnownIssuesUrl(
|
|
|
|
setKnownIssuesUrl( jobOrBrandingSetting( Branding::KnownIssuesUrl, configurationMap, "showKnownIssuesUrl" ) );
|
|
|
|
jobOrBrandingSetting( Branding::KnownIssuesUrl, configurationMap, "showKnownIssuesUrl" ) );
|
|
|
|
setReleaseNotesUrl( jobOrBrandingSetting( Branding::ReleaseNotesUrl, configurationMap, "showReleaseNotesUrl" ) );
|
|
|
|
setReleaseNotesUrl(
|
|
|
|
|
|
|
|
jobOrBrandingSetting( Branding::ReleaseNotesUrl, configurationMap, "showReleaseNotesUrl" ) );
|
|
|
|
|
|
|
|
setDonateUrl( jobOrBrandingSetting( Branding::DonateUrl, configurationMap, "showDonateUrl" ) );
|
|
|
|
setDonateUrl( jobOrBrandingSetting( Branding::DonateUrl, configurationMap, "showDonateUrl" ) );
|
|
|
|
|
|
|
|
|
|
|
|
::setLanguageIcon( this, configurationMap );
|
|
|
|
::setLanguageIcon( this, configurationMap );
|
|
|
|