Syncthing might be restarted after shutdown (fixes #274)
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -53,6 +53,7 @@ syncthing.controller('SyncthingCtrl', function ($scope, $http) {
|
|||||||
if (restarting) {
|
if (restarting) {
|
||||||
$scope.init();
|
$scope.init();
|
||||||
$('#restarting').modal('hide');
|
$('#restarting').modal('hide');
|
||||||
|
$('#shutdown').modal('hide');
|
||||||
restarting = false;
|
restarting = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user