[libcalamares] After running the checker, re-compute satisfaction

- If nothing is added to the model (e.g. it is empty) then the satisfaction
  still needs to be re-calculated (to true).
This commit is contained in:
Adriaan de Groot 2020-05-12 17:06:16 +02:00
parent f856c07b04
commit 5c8a99c77b

View File

@ -84,6 +84,7 @@ RequirementsChecker::finished()
}
m_model->describe();
m_model->changeRequirementsList();
QTimer::singleShot( 0, this, &RequirementsChecker::done );
}
}