Option to update device time automatically. And always fix it if time has obviously never been set

pull/865/head
Gordon Williams 2021-10-27 16:42:54 +01:00
parent 762b1e6be3
commit 641cd01230
2 changed files with 5 additions and 1 deletions

2
core

@ -1 +1 @@
Subproject commit df02cd0529d81439fb859b553576398a445ef1b8 Subproject commit a7d82825d3a43e1da7919591ed6fa776f1f0545a

View File

@ -136,6 +136,10 @@
<input type="checkbox" id="settings-pretokenise"> <input type="checkbox" id="settings-pretokenise">
<i class="form-icon"></i> Pretokenise apps before upload (smaller, faster apps) <i class="form-icon"></i> Pretokenise apps before upload (smaller, faster apps)
</label> </label>
<label class="form-switch">
<input type="checkbox" id="settings-settime">
<i class="form-icon"></i> Always update time when we connect
</label>
<button class="btn" id="defaultsettings">Default settings</button> <button class="btn" id="defaultsettings">Default settings</button>
</div> </div>
</div> </div>