mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Move section and rename buttons
This commit is contained in:
parent
bad27d3d15
commit
77d30caf9b
4 changed files with 23 additions and 25 deletions
|
@ -51,7 +51,7 @@ TABS.setup.initialize = function (callback) {
|
|||
if (CONFIGURATOR.virtualMode) {
|
||||
// saving and uploading an imaginary config to hardware is a bad idea
|
||||
backupButton.addClass('disabled');
|
||||
} else if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_44)) {
|
||||
} else if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_41)) {
|
||||
restoreButton.addClass('disabled');
|
||||
|
||||
if (!PortHandler.showVirtualMode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue