diff --git a/gui/default/index.html b/gui/default/index.html index 86ad9d870..67035bfa1 100644 --- a/gui/default/index.html +++ b/gui/default/index.html @@ -439,7 +439,7 @@ Versions - + Rescan diff --git a/gui/default/syncthing/core/syncthingController.js b/gui/default/syncthing/core/syncthingController.js index f2e83de2f..3bbc9cf4a 100755 --- a/gui/default/syncthing/core/syncthingController.js +++ b/gui/default/syncthing/core/syncthingController.js @@ -731,10 +731,6 @@ angular.module('syncthing.core') return 'unknown'; } - if ($scope.model[folderCfg.id].invalid) { - return 'stopped'; - } - var state = '' + $scope.model[folderCfg.id].state; if (state === 'error') { return 'stopped'; // legacy, the state is called "stopped" in the GUI