Allow links in Greeting page.
This commit is contained in:
parent
c2d6237d31
commit
8f250311e8
@ -39,6 +39,7 @@ GreetingPage::GreetingPage( QWidget* parent )
|
||||
string( Calamares::Branding::ProductName ) ), this );
|
||||
text->setAlignment( Qt::AlignCenter );
|
||||
text->setWordWrap( true );
|
||||
text->setOpenExternalLinks( true );
|
||||
|
||||
mainLayout->addStretch();
|
||||
mainLayout->addWidget( text );
|
||||
|
Loading…
Reference in New Issue
Block a user