mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[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:
parent
f856c07b04
commit
5c8a99c77b
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ RequirementsChecker::finished()
|
|||
}
|
||||
|
||||
m_model->describe();
|
||||
m_model->changeRequirementsList();
|
||||
QTimer::singleShot( 0, this, &RequirementsChecker::done );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue