mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +03:00
hide CLI 'Copy to clipboard' button if neither NW nor browser support is available
This commit is contained in:
parent
4bb9d30d05
commit
4968f7b080
2 changed files with 15 additions and 9 deletions
|
@ -283,7 +283,7 @@ function startProcess() {
|
|||
TABS.onboard_logging.initialize(content_ready);
|
||||
break;
|
||||
case 'cli':
|
||||
TABS.cli.initialize(content_ready);
|
||||
TABS.cli.initialize(content_ready, nwGui);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue