瀏覽代碼

Introducer should default to false (fixes #825)

Audrius Butkevicius 11 年之前
父節點
當前提交
dcadefd133
共有 2 個文件被更改,包括 1 次插入1 次删除
  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 = {
             AddressesStr: 'dynamic',
             Compression: true,
-            Introducer: true
+            Introducer: false
         };
         $scope.editingExisting = 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