diff --git a/Zenitha b/Zenitha index c17ac508..bd7d2724 160000 --- a/Zenitha +++ b/Zenitha @@ -1 +1 @@ -Subproject commit c17ac50817811551b9bbfaa0c200e677ba7a70cb +Subproject commit bd7d272496c3e74120d689b04d05d549ed10fcea diff --git a/main.lua b/main.lua index f37b7490..961ab69a 100644 --- a/main.lua +++ b/main.lua @@ -128,7 +128,7 @@ WIDGET._prototype.button_fill.textColor='L' WIDGET._prototype.button.sound_trigger='button_norm' WIDGET._prototype.checkBox.sound_on='check_on' WIDGET._prototype.checkBox.sound_off='check_off' -WIDGET._prototype.selector.sound_trigger='selector' +WIDGET._prototype.selector.sound_press='selector' WIDGET._prototype.listBox.sound_select='listBox_select' WIDGET._prototype.listBox.sound_click='listBox_click' WIDGET._prototype.inputBox.sound_input='inputBox_input'