Skip to content

Commit

Permalink
Merge pull request #3047 from haslinghuis/fix-backup-restore
Browse files Browse the repository at this point in the history
Hide backup and restore (again)
  • Loading branch information
blckmn authored Oct 17, 2022
2 parents d930924 + fbaa6df commit fc50fc2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/js/tabs/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc50fc2

Please sign in to comment.