mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 16:10:31 +02:00
Change Q: -> Pending:
This commit is contained in:
parent
b7a47d7bf2
commit
2834ff2935
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ Item {
|
||||||
font.pixelSize: root.fontSize
|
font.pixelSize: root.fontSize
|
||||||
visible: root.expanded;
|
visible: root.expanded;
|
||||||
text: "Downloads: " + root.downloads + "/" + root.downloadLimit +
|
text: "Downloads: " + root.downloads + "/" + root.downloadLimit +
|
||||||
", Q: " + root.downloadsPending;
|
", Pending: " + root.downloadsPending;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue