mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 09:15:49 +03:00
Hide backup and restore (again)
This commit is contained in:
parent
2d84e4738e
commit
fbaa6df079
1 changed files with 1 additions and 3 deletions
|
@ -54,9 +54,7 @@ setup.initialize = function (callback) {
|
|||
} else if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_41)) {
|
||||
restoreButton.addClass('disabled');
|
||||
|
||||
if (!PortHandler.showVirtualMode) {
|
||||
$('.backupRestore').hide();
|
||||
}
|
||||
$('.backupRestore').hide();
|
||||
}
|
||||
|
||||
// initialize 3D Model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue