mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
[libcalamaresui] Reporting on failures
- Provide information on failed modules - Disallow further progress when configuration is borked
This commit is contained in:
parent
3e24c3c58f
commit
9918dfb95f
6 changed files with 208 additions and 0 deletions
|
@ -296,7 +296,10 @@ ModuleManager::loadModules()
|
|||
}
|
||||
}
|
||||
if ( !failedModules.isEmpty() )
|
||||
{
|
||||
ViewManager::instance()->onInitFailed( failedModules );
|
||||
emit modulesFailed( failedModules );
|
||||
}
|
||||
else
|
||||
emit modulesLoaded();
|
||||
} );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue