mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Fixes for loading modules by phase.
This commit is contained in:
parent
7ac6588090
commit
84bfb2aa95
4 changed files with 11 additions and 11 deletions
|
@ -88,7 +88,7 @@ ModuleManager::loadModules( Phase phase )
|
|||
}
|
||||
recursiveLoad( moduleName );
|
||||
}
|
||||
emit modulesLoaded();
|
||||
emit modulesLoaded( phase );
|
||||
// Loading sequence:
|
||||
// 1) deps are already fine. check if we have all the modules needed by the roster
|
||||
// 2) ask ModuleManager to load them from the list provided by Settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue