From 13e7657f2fc456cbae9291f8c793723254ef19a1 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Mon, 30 Oct 2023 11:50:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E4=B8=A4=E5=A4=84=E5=AD=97=E6=89=93?= =?UTF-8?q?=E9=94=99=20=E6=A1=86=E6=9E=B6=E8=B7=9F=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zenitha | 2 +- main.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'