Index: sources/ApplicationController.cpp =================================================================== diff -u -rc70ae33e19c08779ce89e2f1728f2d1af7b5c100 -re1cbc3d1ccf5877a8dfed934e33964aaadbf5b39 --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision c70ae33e19c08779ce89e2f1728f2d1af7b5c100) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision e1cbc3d1ccf5877a8dfed934e33964aaadbf5b39) @@ -677,7 +677,7 @@ #ifdef BUILD_FOR_DESKTOP initSettings(); #else - if ( gEnableManufacturing || gEnableUpdating ) initSettings(); + if ( gEnableManufacturing || gEnableUpdating || gEnableRegistration ) initSettings(); #endif }