1
0
Fork 0
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:
Mark Haslinghuis 2022-01-12 15:43:49 +01:00
parent bad27d3d15
commit 77d30caf9b
4 changed files with 23 additions and 25 deletions

View file

@ -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) {