mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +03:00
Fix options menu not opening
This commit is contained in:
parent
4d67e12102
commit
c84eec0d41
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ function startProcess() {
|
|||
analytics.setDimension(analytics.DIMENSIONS.CONFIGURATOR_EXPERT_MODE, checked ? 'On' : 'Off');
|
||||
});
|
||||
|
||||
if (FEATURE_CONFIG) {
|
||||
if (FEATURE_CONFIG && FEATURE_CONFIG.features !== 0) {
|
||||
updateTabList(FEATURE_CONFIG.features);
|
||||
}
|
||||
}).change();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue