mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 19:08:58 +00:00
parent
b2996eee87
commit
45d145a281
@ -1517,7 +1517,7 @@ angular.module('syncthing.core')
|
|||||||
// here as well...
|
// here as well...
|
||||||
$scope.devices = deviceMap($scope.config.devices);
|
$scope.devices = deviceMap($scope.config.devices);
|
||||||
|
|
||||||
$scope.saveConfig.then(function () {
|
$scope.saveConfig().then(function () {
|
||||||
if (themeChanged) {
|
if (themeChanged) {
|
||||||
document.location.reload(true);
|
document.location.reload(true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user