mirror of https://github.com/espruino/BangleApps
Option to update device time automatically. And always fix it if time has obviously never been set
parent
762b1e6be3
commit
641cd01230
2
core
2
core
|
@ -1 +1 @@
|
|||
Subproject commit df02cd0529d81439fb859b553576398a445ef1b8
|
||||
Subproject commit a7d82825d3a43e1da7919591ed6fa776f1f0545a
|
|
@ -136,6 +136,10 @@
|
|||
<input type="checkbox" id="settings-pretokenise">
|
||||
<i class="form-icon"></i> Pretokenise apps before upload (smaller, faster apps)
|
||||
</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>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue