gui: Enable large blocks by default, add to config dialog (#5405)
Also moves a couple of </div> that were out of balance and reindents accordingly, so try a white space insensitive diff when reviewing...
This commit is contained in:
@@ -77,7 +77,8 @@ angular.module('syncthing.core')
|
||||
staggeredVersionsPath: "",
|
||||
externalCommand: "",
|
||||
autoNormalize: true,
|
||||
path: ""
|
||||
path: "",
|
||||
useLargeBlocks: true,
|
||||
};
|
||||
|
||||
$scope.localStateTotal = {
|
||||
|
||||
Reference in New Issue
Block a user