Tweak the YUV444 tooltip text

This commit is contained in:
Cameron Gutman 2024-07-26 01:24:27 -05:00
parent dd9569913b
commit 6c6f808365

View File

@ -1637,7 +1637,7 @@ Flickable {
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("Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.")
:
qsTr("YUV 4:4:4 is not supported on this PC.")
}