From cb2d2f000f660fe6840b426b278eb433cc1fa618 Mon Sep 17 00:00:00 2001 From: Lode Hoste Date: Wed, 17 Jun 2015 07:48:53 +0200 Subject: [PATCH] Set default pull order in webGUI --- gui/scripts/syncthing/core/controllers/syncthingController.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/scripts/syncthing/core/controllers/syncthingController.js b/gui/scripts/syncthing/core/controllers/syncthingController.js index e1e53f78..dc7aa212 100644 --- a/gui/scripts/syncthing/core/controllers/syncthingController.js +++ b/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;