mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
feat: use modules in options tab
This commit is contained in:
parent
9ece824971
commit
91b583b7c8
3 changed files with 18 additions and 13 deletions
|
@ -316,7 +316,9 @@ function startProcess() {
|
|||
);
|
||||
break;
|
||||
case 'options':
|
||||
TABS.options.initialize(content_ready);
|
||||
import("./tabs/options").then(({ options }) =>
|
||||
options.initialize(content_ready)
|
||||
);
|
||||
break;
|
||||
case 'firmware_flasher':
|
||||
TABS.firmware_flasher.initialize(content_ready);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue