mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +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) {
|
||||
$scope.init();
|
||||
$('#restarting').modal('hide');
|
||||
$('#shutdown').modal('hide');
|
||||
restarting = false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user