mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 22:35:17 +03:00
Show vtx tab only when vtx build option used (#4526)
Move vtx from defaultAllowedTabs to defaultCloudBuildTabOptions
This commit is contained in:
parent
4d8d3fd133
commit
338c2d4444
1 changed files with 1 additions and 2 deletions
|
@ -38,10 +38,9 @@ class GuiControl {
|
|||
"ports",
|
||||
"receiver",
|
||||
"sensors",
|
||||
"vtx",
|
||||
];
|
||||
|
||||
this.defaultCloudBuildTabOptions = ["gps", "led_strip", "osd", "servos", "transponder"];
|
||||
this.defaultCloudBuildTabOptions = ["gps", "led_strip", "osd", "servos", "transponder", "vtx"];
|
||||
|
||||
this.defaultAllowedFCTabsWhenConnected = [...this.defaultAllowedTabs, ...this.defaultCloudBuildTabOptions];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue