Skip to content

Commit

Permalink
fixup! Support YUV 4:4:4 formats
Browse files Browse the repository at this point in the history
  • Loading branch information
ns6089 committed Jun 27, 2024
1 parent ce151fa commit a55a86e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/gui/SettingsView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1629,6 +1629,14 @@ Flickable {
StreamingPreferences.enableYUV444);
slider.value = StreamingPreferences.bitrateKbps
}

ToolTip.delay: 1000
ToolTip.timeout: 5000
ToolTip.visible: hovered
ToolTip.text: enabled ?
qsTr("Good for streaming desktop and text-heavy games, not very good for fast-paced games.")
:
qsTr("YUV 4:4:4 is not supported on this PC.")
}

CheckBox {
Expand Down

0 comments on commit a55a86e

Please sign in to comment.