diff --git a/gui/default/syncthing/core/syncthingController.js b/gui/default/syncthing/core/syncthingController.js index 0658e9d62..e21a55a3c 100755 --- a/gui/default/syncthing/core/syncthingController.js +++ b/gui/default/syncthing/core/syncthingController.js @@ -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...';