mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
load mixer config on demand
This commit is contained in:
parent
f71dcb9c3c
commit
c4e9d1778c
5 changed files with 18 additions and 12 deletions
|
@ -98,7 +98,7 @@ function startProcess() {
|
|||
GUI.tab_switch_cleanup(function () {
|
||||
// disable previously active tab highlight
|
||||
$('li', ui_tabs).removeClass('active');
|
||||
|
||||
|
||||
// Highlight selected tab
|
||||
$(self).parent().addClass('active');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue