mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-02 10:19:59 -07:00
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:
committed by
Will Greenberg
parent
228596ef30
commit
a80a985b40
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user