mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Fixup.
This commit is contained in:
parent
1c0a5ea334
commit
16805f1098
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ CalamaresWindow::CalamaresWindow( QWidget* parent )
|
||||||
m_debugWindow = new Calamares::DebugWindow();
|
m_debugWindow = new Calamares::DebugWindow();
|
||||||
m_debugWindow->show();
|
m_debugWindow->show();
|
||||||
connect( m_debugWindow, &Calamares::DebugWindow::closed,
|
connect( m_debugWindow, &Calamares::DebugWindow::closed,
|
||||||
this, [ = ]
|
this, [ = ]()
|
||||||
{
|
{
|
||||||
m_debugWindow->deleteLater();
|
m_debugWindow->deleteLater();
|
||||||
debugWindowBtn->setChecked( false );
|
debugWindowBtn->setChecked( false );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue