[calamares] Initialize settings before QML

This commit is contained in:
Adriaan de Groot 2020-02-05 13:49:44 +01:00
parent 91625c8ba8
commit af862336a8

View File

@ -75,13 +75,13 @@ CalamaresApplication::init()
setQuitOnLastWindowClosed( false ); setQuitOnLastWindowClosed( false );
initQmlPath();
initSettings(); initSettings();
initQmlPath();
initBranding(); initBranding();
setWindowIcon( QIcon( Calamares::Branding::instance()->imagePath( Calamares::Branding::ProductIcon ) ) ); setWindowIcon( QIcon( Calamares::Branding::instance()->imagePath( Calamares::Branding::ProductIcon ) ) );
cDebug() << "STARTUP: initQmlPath, initSettings, initBranding done"; cDebug() << "STARTUP: initSettings, initQmlPath, initBranding done";
initModuleManager(); //also shows main window initModuleManager(); //also shows main window