Introducer should default to false (fixes #825)

This commit is contained in:
Audrius Butkevicius 2014-10-10 23:20:49 +01:00
parent d65302742c
commit dcadefd133
2 changed files with 2 additions and 2 deletions

View File

@ -669,7 +669,7 @@ syncthing.controller('SyncthingCtrl', function ($scope, $http, $translate, $loca
$scope.currentDevice = {
AddressesStr: 'dynamic',
Compression: true,
Introducer: true
Introducer: false
};
$scope.editingExisting = false;
$scope.editingSelf = false;

File diff suppressed because one or more lines are too long