[calamares] Name the debug button for styling purposes

This commit is contained in:
Adriaan de Groot 2019-05-23 13:30:37 +02:00
parent cd38ded8d5
commit c741470b60

View file

@ -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" ) );
)