You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paper-checkboxchecked="{{optBackground}}">Run in background</paper-checkbox>
84
84
</div>
85
-
<div>
86
-
<paper-checkboxdisabled="{{!optBackground}}" checked="{{optAutoStart}}">Start automatically in background</paper-checkbox>
85
+
<divstyle="margin-left:24px">
86
+
<paper-checkboxdisabled="{{!optBackground}}" checked="{{optAutoStart}}"id="start-background" on-click="onClickStartBackground">Start on login</paper-checkbox>
87
87
</div>
88
88
<div>
89
89
<paper-checkboxchecked="{{optAllInterfaces}}">Accessible on local network</paper-checkbox>
90
90
</div>
91
-
<div>
92
-
<paper-checkboxdisabled="{{!optAllInterfaces}}" checked="{{optDoPortMapping}}" >Accessible on internet</paper-checkbox>
91
+
<divstyle="margin-left:24px">
92
+
<paper-checkboxdisabled="{{!optAllInterfaces}}" checked="{{optDoPortMapping}}" >Also on internet</paper-checkbox>
93
93
</div>
94
94
<div>
95
95
<paper-checkboxchecked="{{optPreventSleep}}" >Prevent computer from sleeping</paper-checkbox>
0 commit comments