1
0
mirror of https://github.com/4yn/slidershim.git synced 2025-02-17 18:59:22 +01:00

fix misplaced checkbox label

This commit is contained in:
4yn 2022-07-28 02:11:58 +08:00
parent 1a44443c41
commit 17cd942148

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>