Browse Source

Merge pull request #1962 from Zillode/fix-pull-order-gui

Set default pull order in webGUI
Jakob Borg 10 years ago
parent
commit
423e69916c
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;