gui: Fix hidden Ignore Patterns tab for folder editing (fixes #7429) (#7430)

This commit is contained in:
André Colomb 2021-03-04 21:08:15 +01:00 committed by GitHub
parent 69c63e94bf
commit 5fd88481b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1933,6 +1933,7 @@ angular.module('syncthing.core')
$scope.editFolderExisting = function(folderCfg) {
$scope.editingExisting = true;
$scope.editingDefaults = false;
$scope.currentFolder = angular.copy(folderCfg);
$scope.ignores.text = 'Loading...';