fix misplaced checkbox label

pull/13/head
4yn 2022-07-28 02:11:58 +08:00
parent 1a44443c41
commit 17cd942148
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@
bind:checked={keyboardDirectInput} bind:checked={keyboardDirectInput}
on:change={markDirty} on:change={markDirty}
/> />
<label for="disable-air">Use DirectInput</label> <label for="direct-input">Use DirectInput</label>
</span> </span>
</div> </div>
</div> </div>