Skip to content

Commit b96e7b4

Browse files
committed
feat: collapse cc into dropdown
DO NOT BUMP OR USE THIS COMMIT UNTIL BACKEND CHANGE IS PRESENT IN PUBLIC BUILD !!!!!!!!!!!!!!!
1 parent 4357ead commit b96e7b4

2 files changed

Lines changed: 6 additions & 15 deletions

File tree

layout/pages/settings/audio.xml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -165,25 +165,16 @@
165165

166166
</Panel>
167167

168-
<SettingsEnum
168+
<SettingsEnumDropDown
169169
text="#Settings_ClosedCaptions_Enable"
170170
infomessage="#Settings_ClosedCaptions_Enable_info"
171171
convar="closecaption"
172172
hasdocspage="false"
173173
>
174-
<RadioButton group="closedcaptions" text="#Common_Off" value="0" />
175-
<RadioButton group="closedcaptions" text="#Common_On" value="1" />
176-
</SettingsEnum>
177-
178-
<SettingsEnum
179-
text="#Settings_ClosedCaptions_Subtitles"
180-
infomessage="#Settings_ClosedCaptions_Subtitles_info"
181-
convar="cc_subtitles"
182-
hasdocspage="false"
183-
>
184-
<RadioButton group="cc_subtitles" text="#Common_Off" value="0" />
185-
<RadioButton group="cc_subtitles" text="#Common_On" value="1" />
186-
</SettingsEnum>
174+
<Label text="[HC] None" id="closedcaptions0" value="0" />
175+
<Label text="[HC] Subtitles (Dialogue Only)" id="closedcaptions1" value="1" />
176+
<Label text="[HC] Closed Captions" id="closedcaptions2" value="2" />
177+
</SettingsEnumDropDown>
187178

188179
<SettingsEnumDropDown
189180
text="#Settings_ClosedCaptions_Font"

0 commit comments

Comments
 (0)