Index: sources/gui/qml/pages/MainStack.qml =================================================================== diff -u -r6e47dacddee3eb819703dc1ba30386f8272869cb -r314b9a7a2e29f66f465509366fa2ba8873f7ab3d --- sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision 6e47dacddee3eb819703dc1ba30386f8272869cb) +++ sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision 314b9a7a2e29f66f465509366fa2ba8873f7ab3d) @@ -36,7 +36,7 @@ StackItem { id : _root // DEBUG: this property can mostly be used for debugging to get pass the initial screen - property var initialItem: _postModeScreen + property var initialItem: _GuiView.useLogUnhandledOnly ? _mainHome : _postModeScreen property var _startupScreen: ( _GuiView.manufactSetup || _GuiView.updateSetup ) ? _settingsStack : _mainHome @@ -88,7 +88,6 @@ topMargin : 15 horizontalCenter: parent.horizontalCenter } - color : _GuiView.useLogUnhandledOnly ? "red": Colors.highlightProgressBar } WaitDone { id: _hdWaitdone