Browse Source

Syncthing might be restarted after shutdown (fixes #274)

Jakob Borg 11 years ago
parent
commit
8644bf30a9
2 changed files with 1 additions and 0 deletions
  1. 0 0
      auto/gui.files.go
  2. 1 0
      gui/app.js

File diff suppressed because it is too large
+ 0 - 0
auto/gui.files.go


+ 1 - 0
gui/app.js

@@ -53,6 +53,7 @@ syncthing.controller('SyncthingCtrl', function ($scope, $http) {
         if (restarting) {
             $scope.init();
             $('#restarting').modal('hide');
+            $('#shutdown').modal('hide');
             restarting = false;
         }
     }

Some files were not shown because too many files changed in this diff