mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 10:28:49 -07:00
Merge pull request #1962 from Zillode/fix-pull-order-gui
Set default pull order in webGUI
This commit is contained in:
commit
423e69916c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user