From 3e36357315937d5083f84a1be76012622628e30d Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 6 Sep 2020 17:33:40 -0700 Subject: [PATCH] Remove HDR option because it doesn't currently work --- app/gui/SettingsView.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/gui/SettingsView.qml b/app/gui/SettingsView.qml index a17e8247..7f7f3ae6 100644 --- a/app/gui/SettingsView.qml +++ b/app/gui/SettingsView.qml @@ -805,10 +805,10 @@ Flickable { text: "HEVC (H.265)" val: StreamingPreferences.VCC_FORCE_HEVC } - ListElement { + /*ListElement { text: "HEVC HDR (Experimental)" val: StreamingPreferences.VCC_FORCE_HEVC_HDR - } + }*/ } // ::onActivated must be used, as it only listens for when the index is changed by a human onActivated : {