mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-22 22:58:25 +00:00
Syncthing might be restarted after shutdown (fixes #274)
This commit is contained in:
parent
db3341a178
commit
8644bf30a9
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user