gui: Apply #7430 to untrusted

This commit is contained in:
Simon Frei 2021-03-04 21:09:18 +01:00
parent 5fd88481b6
commit 83fcb49894
No known key found for this signature in database
GPG Key ID: 7C31D23ECB1006F3
1 changed files with 1 additions and 0 deletions

View File

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