From 5fd88481b6a680750f7806f091f91b4cfc153016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Colomb?= Date: Thu, 4 Mar 2021 21:08:15 +0100 Subject: [PATCH] gui: Fix hidden Ignore Patterns tab for folder editing (fixes #7429) (#7430) --- gui/default/syncthing/core/syncthingController.js | 1 + 1 file changed, 1 insertion(+) 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...';