Index: sources/gui/qml/pages/MainStack.qml =================================================================== diff -u -r6e47dacddee3eb819703dc1ba30386f8272869cb -r11c59c2361237f26f084e3fe92eb1f75cf3f40fc --- sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision 6e47dacddee3eb819703dc1ba30386f8272869cb) +++ sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision 11c59c2361237f26f084e3fe92eb1f75cf3f40fc) @@ -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