1
0
Fork 0
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:
Mark Haslinghuis 2022-10-14 01:19:12 +02:00
parent 2d84e4738e
commit fbaa6df079

View file

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