diff --git a/gui/default/syncthing/core/syncthingController.js b/gui/default/syncthing/core/syncthingController.js index d55b81f7a..4219f991d 100755 --- a/gui/default/syncthing/core/syncthingController.js +++ b/gui/default/syncthing/core/syncthingController.js @@ -1636,7 +1636,7 @@ angular.module('syncthing.core') }; function setDeviceConfig() { - var currentID = $scope.currentDevice.DeviceID; + var currentID = $scope.currentDevice.deviceID; $scope.devices[currentID] = $scope.currentDevice; $scope.config.devices = deviceList($scope.devices);