Browse Source

Set default pull order in webGUI

Lode Hoste 10 years ago
parent
commit
cb2d2f000f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gui/scripts/syncthing/core/controllers/syncthingController.js

+ 1 - 0
gui/scripts/syncthing/core/controllers/syncthingController.js

@@ -1039,6 +1039,7 @@ angular.module('syncthing.core')
                 selectedDevices: {}
             };
             $scope.currentFolder.rescanIntervalS = 60;
+            $scope.currentFolder.order = "random";
             $scope.currentFolder.fileVersioningSelector = "none";
             $scope.currentFolder.trashcanClean = 0;
             $scope.currentFolder.simpleKeep = 5;