mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 02:30:52 +00:00
Tweak the YUV444 tooltip text
This commit is contained in:
@@ -1637,7 +1637,7 @@ Flickable {
|
|||||||
ToolTip.timeout: 5000
|
ToolTip.timeout: 5000
|
||||||
ToolTip.visible: hovered
|
ToolTip.visible: hovered
|
||||||
ToolTip.text: enabled ?
|
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.")
|
qsTr("YUV 4:4:4 is not supported on this PC.")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user