mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
Remove video bitrate tooltip since audio is accounted for during remote streaming
This commit is contained in:
parent
2a13a869f3
commit
88b1ea296c
1 changed files with 0 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue