uncheck send data by default

This commit is contained in:
SoftFever
2022-11-29 23:06:09 +08:00
parent 2f94d6924c
commit 0e598b0fae
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
<br/>
<div>
<input id="ChoosePrivacy" type="checkbox" checked onClick="SendPrivacySelect()" onChange="SendPrivacySelect()" />
<input id="ChoosePrivacy" type="checkbox" onClick="SendPrivacySelect()" onChange="SendPrivacySelect()" />
<span class="trans" tid="t7">Allow sending anonymous data</span>
</div>
</div>

View File

@@ -26,7 +26,7 @@
<br/>
<div>
<input id="ChoosePrivacy" type="checkbox" checked onClick="SendPrivacySelect()" onChange="SendPrivacySelect()" />
<input id="ChoosePrivacy" type="checkbox" onClick="SendPrivacySelect()" onChange="SendPrivacySelect()" />
<span class="trans" tid="t7">Allow sending anonymous data</span>
</div>
</div>