Skip to content

Commit cfcb11c

Browse files
committed
移除三个大box控件的hover音效
1 parent 2e6f805 commit cfcb11c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,11 +521,16 @@ WIDGET.setDefaultOption{
521521
listBox={
522522
sound_select='listbox_select',
523523
sound_click='listbox_click',
524+
sound_hover=false,
524525
},
525526
inputBox={
526527
sound_input='inputbox_input',
527528
sound_bksp='inputbox_bksp',
528529
sound_clear='inputbox_clear',
530+
sound_hover=false,
531+
},
532+
textBox={
533+
sound_hover=false,
529534
},
530535
}
531536
MSG.addCategory('collect',

0 commit comments

Comments
 (0)