mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-14 03:46:04 +00:00
Introduce full range color option
This commit is contained in:
@@ -211,6 +211,11 @@
|
||||
android:title="@string/title_enable_hdr"
|
||||
android:summary="@string/summary_enable_hdr"
|
||||
android:defaultValue="false" />
|
||||
<CheckBoxPreference
|
||||
android:key="checkbox_full_range"
|
||||
android:title="@string/title_full_range"
|
||||
android:summary="@string/summary_full_range"
|
||||
android:defaultValue="false" />
|
||||
<CheckBoxPreference
|
||||
android:key="checkbox_enable_perf_overlay"
|
||||
android:title="@string/title_enable_perf_overlay"
|
||||
|
||||
Reference in New Issue
Block a user