mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-15 13:52:28 +00:00
Remove HDR option because it doesn't currently work
This commit is contained in:
parent
a06a454ade
commit
3e36357315
1 changed files with 2 additions and 2 deletions
|
@ -805,10 +805,10 @@ Flickable {
|
||||||
text: "HEVC (H.265)"
|
text: "HEVC (H.265)"
|
||||||
val: StreamingPreferences.VCC_FORCE_HEVC
|
val: StreamingPreferences.VCC_FORCE_HEVC
|
||||||
}
|
}
|
||||||
ListElement {
|
/*ListElement {
|
||||||
text: "HEVC HDR (Experimental)"
|
text: "HEVC HDR (Experimental)"
|
||||||
val: StreamingPreferences.VCC_FORCE_HEVC_HDR
|
val: StreamingPreferences.VCC_FORCE_HEVC_HDR
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
// ::onActivated must be used, as it only listens for when the index is changed by a human
|
// ::onActivated must be used, as it only listens for when the index is changed by a human
|
||||||
onActivated : {
|
onActivated : {
|
||||||
|
|
Loading…
Reference in a new issue