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