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