This check doesn't make sense.

This commit is contained in:
Roman Telezhynskyi 2024-07-17 08:43:28 +03:00
parent 7eb03c28e4
commit 3e16f9676a

View file

@ -137,10 +137,7 @@ void FvUpdater::showUpdaterWindowUpdatedWithCurrentUpdateProposal()
// Create a new window
m_updaterWindow = new FvUpdateWindow(VAbstractValApplication::VApp()->getMainWindow());
m_updaterWindow->UpdateWindowWithCurrentProposedUpdate();
if (m_updaterWindow != nullptr)
{
m_updaterWindow->exec();
}
m_updaterWindow->exec();
}
//---------------------------------------------------------------------------------------------------------------------