mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[calamares] Easter egg: running -D8 will show the Debug Information button
This commit is contained in:
parent
ee52e37b36
commit
a865620f90
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ CalamaresWindow::CalamaresWindow( QWidget* parent )
|
|||
sideLayout->addWidget( tv );
|
||||
tv->setFocusPolicy( Qt::NoFocus );
|
||||
|
||||
if ( Calamares::Settings::instance()->debugMode() )
|
||||
if ( Calamares::Settings::instance()->debugMode() || ( Logger::logLevel() >= Logger::LOGVERBOSE ) )
|
||||
{
|
||||
QPushButton* debugWindowBtn = new QPushButton;
|
||||
debugWindowBtn->setObjectName( "debugButton" );
|
||||
|
|
Loading…
Add table
Reference in a new issue