1
0
Fork 0
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:
cTn 2014-02-22 23:58:41 +01:00
parent 9218984885
commit cda22885da
2 changed files with 5 additions and 2 deletions

View file

@ -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>

View file

@ -77,8 +77,10 @@
</li>
<li>
<a class="connect" href="#" title="">Connect</a>
<input class="auto_connect" type="checkbox" title="Auto-Connect" checked="checked"/>
<span class="auto_connect">Auto-Connect</span>
<label>
<input class="auto_connect" type="checkbox" title="Auto-Connect" checked="checked"/>
<span class="auto_connect">Auto-Connect</span>
</label>
</li>
</ul>
</div>