mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
adding label element around auto-connect
This commit is contained in:
parent
9218984885
commit
cda22885da
2 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
<p>
|
||||
- Motor tab ui/functionality changes<br />
|
||||
- Backup settings IO bugfixes<br />
|
||||
- Receiver / Aux config tab command collision bugfix<br />
|
||||
</p>
|
||||
<span>02.20.2014 - 0.25</span>
|
||||
<p>
|
||||
|
|
|
@ -77,8 +77,10 @@
|
|||
</li>
|
||||
<li>
|
||||
<a class="connect" href="#" title="">Connect</a>
|
||||
<label>
|
||||
<input class="auto_connect" type="checkbox" title="Auto-Connect" checked="checked"/>
|
||||
<span class="auto_connect">Auto-Connect</span>
|
||||
</label>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue