Tweak the YUV444 tooltip text
This commit is contained in:
parent
dd9569913b
commit
6c6f808365
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue