mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-30 14:11:38 +00:00
fix: hide toggle menu binding config for keyboard
This commit is contained in:
parent
dad9663bc4
commit
d551e7fae4
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
||||||
data-for="input_bindings, i : inputs.array"
|
data-for="input_bindings, i : inputs.array"
|
||||||
data-event-mouseover="set_input_row_focus(i)"
|
data-event-mouseover="set_input_row_focus(i)"
|
||||||
data-class-control-option--active="get_input_enum_name(i)==cur_input_row"
|
data-class-control-option--active="get_input_enum_name(i)==cur_input_row"
|
||||||
|
data-if="!input_device_is_keyboard || get_input_enum_name(i) != 'TOGGLE_MENU'"
|
||||||
>
|
>
|
||||||
<label
|
<label
|
||||||
class="control-option__label"
|
class="control-option__label"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue