Comments out xml menu entry for LLFloaterVoiceEffect access from LLPanelVoiceEffect is the intended method TODO: Once Shyotl's new layout stack code comes in, make LLFloaterActiveSpeakers into a vertical stack so we can properly hide LLPanelVoiceEffect upon a debug setting.
16 lines
549 B
XML
16 lines
549 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<panel name="panel_voice_effect">
|
|
<string name="no_voice_effect">
|
|
Transformación de voz desactivada
|
|
</string>
|
|
<string name="preview_voice_effects">
|
|
Probar transformación de voz ▶
|
|
</string>
|
|
<string name="get_voice_effects">
|
|
Obtener transformación de voz ▶
|
|
</string>
|
|
<combo_box name="voice_effect" tool_tip="Selecciona una transformación de voz para cambiar tu voz">
|
|
<combo_item label="Transformación de voz desactivada" name="no_voice_effect"/>
|
|
</combo_box>
|
|
</panel>
|