Browse Source

Introducer should default to false (fixes #825)

Audrius Butkevicius 11 years ago
parent
commit
dcadefd133
2 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/app.js
  2. 0 0
      internal/auto/gui.files.go

+ 1 - 1
gui/app.js

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

File diff suppressed because it is too large
+ 0 - 0
internal/auto/gui.files.go


Some files were not shown because too many files changed in this diff