[calamares] Initialize settings before QML
This commit is contained in:
parent
91625c8ba8
commit
af862336a8
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user