Remove video bitrate tooltip since audio is accounted for during remote streaming

This commit is contained in:
Cameron Gutman 2019-01-06 15:41:00 -08:00
parent 2a13a869f3
commit 88b1ea296c

View file

@ -321,11 +321,6 @@ Flickable {
bitrateTitle.text = "Video bitrate: " + (value / 1000.0) + " Mbps"
prefs.bitrateKbps = value
}
ToolTip.delay: 1000
ToolTip.timeout: 5000
ToolTip.visible: hovered
ToolTip.text: "This slider controls video bitrate only. Audio data will add an additional 1-2 Mbps on top of this."
}
Label {