add tooltip to hyperacoustic filtering
This commit is contained in:
parent
6fe6834541
commit
f8f3e1f851
|
|
@ -55,6 +55,7 @@ text = "simplified Controls"
|
|||
[node name="HyperacusticsFilter" type="CheckBox" parent="Container2"]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
tooltip_text = "Applies an audio filter that removes high pitched noises."
|
||||
text = "Hyperacoustics Filter"
|
||||
|
||||
[node name="margin" type="MarginContainer" parent="Container2"]
|
||||
|
|
@ -111,6 +112,7 @@ disabled = true
|
|||
selected = 1
|
||||
item_count = 3
|
||||
popup/item_0/text = "none"
|
||||
popup/item_0/id = 0
|
||||
popup/item_1/text = "spoken text"
|
||||
popup/item_1/id = 1
|
||||
popup/item_2/text = "closed captions"
|
||||
|
|
|
|||
Loading…
Reference in New Issue