ソースを参照

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;

ファイルの差分が大きいため隠しています
+ 0 - 0
internal/auto/gui.files.go


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません