From 50a621bc7bc819d1e1f9690f6ec03d4fd5d9c1f5 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Sun, 7 Feb 2021 10:53:55 +0100 Subject: [PATCH] gui: Apply #7339 to untrusted --- gui/default/untrusted/syncthing/core/syncthingController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/default/untrusted/syncthing/core/syncthingController.js b/gui/default/untrusted/syncthing/core/syncthingController.js index 4d6b7e318..f2f2696d3 100755 --- a/gui/default/untrusted/syncthing/core/syncthingController.js +++ b/gui/default/untrusted/syncthing/core/syncthingController.js @@ -1650,7 +1650,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);