Ver código fonte

Introducer should default to false (fixes #825)

Audrius Butkevicius 11 anos atrás
pai
commit
dcadefd133
2 arquivos alterados com 1 adições e 1 exclusões
  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;

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
internal/auto/gui.files.go


Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff