mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 09:18:45 +02:00
Use the new property
This commit is contained in:
parent
078c30b696
commit
dd64ecbdf2
2 changed files with 2 additions and 2 deletions
|
@ -201,7 +201,7 @@ Item {
|
||||||
}
|
}
|
||||||
StatText {
|
StatText {
|
||||||
visible: root.expanded;
|
visible: root.expanded;
|
||||||
text: "Audio In Audio: " + root.audioAudioInboundPPS + " pps, " +
|
text: "Audio In Audio: " + root.audioInboundPPS + " pps, " +
|
||||||
"Silent: " + root.audioSilentInboundPPS + " pps";
|
"Silent: " + root.audioSilentInboundPPS + " pps";
|
||||||
}
|
}
|
||||||
StatText {
|
StatText {
|
||||||
|
|
|
@ -238,7 +238,7 @@ Item {
|
||||||
}
|
}
|
||||||
StatText {
|
StatText {
|
||||||
visible: root.expanded;
|
visible: root.expanded;
|
||||||
text: "Audio In Audio: " + root.audioAudioInboundPPS + " pps, " +
|
text: "Audio In Audio: " + root.audioInboundPPS + " pps, " +
|
||||||
"Silent: " + root.audioSilentInboundPPS + " pps";
|
"Silent: " + root.audioSilentInboundPPS + " pps";
|
||||||
}
|
}
|
||||||
StatText {
|
StatText {
|
||||||
|
|
Loading…
Reference in a new issue