Change-Id: I41e963e134029171d8e1ca949ba41baeb5d53142
@@ -172,6 +172,7 @@ Item {
}
Rectangle {
+ visible: settings.viewItemCount
z: 1
color: "black"
anchors { right: parent.right; top: parent.top }
@@ -17,6 +17,7 @@ Window {
property bool fitByHeight: false
property double pace: 1.0
property double columnBufferFactor: 1.2
+ property bool viewItemCount: false