Index: sources/gui/qml/pages/MainStack.qml =================================================================== diff -u -r5687815256ae070a9a207107088e3f72dd464da0 -r8a4eeed968ffbce08a7470da8c101c96d00546da --- sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision 5687815256ae070a9a207107088e3f72dd464da0) +++ sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision 8a4eeed968ffbce08a7470da8c101c96d00546da) @@ -75,7 +75,7 @@ ProgressBar { minimum : 0 maximum : vHDPOSTData.itemCount - value : vHDPOSTData.itemIndex + value : _GuiView.useLogUnhandledOnly ? maximum : vHDPOSTData.itemIndex width : _dialityLogo.width + 50 height : 3 progress.border.width: 0 @@ -88,6 +88,7 @@ topMargin : 15 horizontalCenter: parent.horizontalCenter } + color : _GuiView.useLogUnhandledOnly ? "red": Colors.highlightProgressBar } WaitDone { id: _hdWaitdone