From 83fcb49894c04f438407113f4eda8f61d9dd7cc2 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Thu, 4 Mar 2021 21:09:18 +0100 Subject: [PATCH] gui: Apply #7430 to untrusted --- gui/default/untrusted/syncthing/core/syncthingController.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/default/untrusted/syncthing/core/syncthingController.js b/gui/default/untrusted/syncthing/core/syncthingController.js index 5aa65b0d9..89138021d 100755 --- a/gui/default/untrusted/syncthing/core/syncthingController.js +++ b/gui/default/untrusted/syncthing/core/syncthingController.js @@ -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...';