[calamares] Name the debug button for styling purposes
This commit is contained in:
parent
cd38ded8d5
commit
c741470b60
@ -132,6 +132,7 @@ CalamaresWindow::CalamaresWindow( QWidget* parent )
|
||||
if ( Calamares::Settings::instance()->debugMode() )
|
||||
{
|
||||
QPushButton* debugWindowBtn = new QPushButton;
|
||||
debugWindowBtn->setObjectName( "debugButton" );
|
||||
CALAMARES_RETRANSLATE(
|
||||
debugWindowBtn->setText( tr( "Show debug information" ) );
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user