Fix wrong docs on key input

We explain in the docs what this key input mode actually does, but it is
named poorly.

ref #952.
This commit is contained in:
Markus Unterwaditzer
2026-03-17 10:52:03 +01:00
committed by Will Greenberg
parent 228596ef30
commit a80a985b40
3 changed files with 3 additions and 4 deletions

View File

@@ -113,8 +113,7 @@
class="w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-rayhunter-blue"
>
<option value={0}>0 - Disable button control</option>
<option value={1}
>1 - Double-tap power button to start/stop recording</option
<option value={1}>1 - Double-tap power button to start new recording</option
>
</select>
</div>