mirror of https://github.com/espruino/BangleApps
add option to android as per 0f78c425bb (commitcomment-129938882)
parent
4c62777636
commit
a96abe1ddc
|
@ -176,9 +176,13 @@
|
||||||
</label>
|
</label>
|
||||||
<label class="form-switch">
|
<label class="form-switch">
|
||||||
<input type="checkbox" id="settings-alwaysAllowUpdate">
|
<input type="checkbox" id="settings-alwaysAllowUpdate">
|
||||||
<i class="form-icon"></i> Always allow to reinstall apps in place regardless of the version
|
<i class="form-icon"></i> Always show "reinstall app" button <i class="icon icon-refresh"></i> regardless of the version
|
||||||
</label>
|
</label>
|
||||||
<button class="btn" id="defaultsettings">Reset to default App Loader settings</button>
|
<label class="form-switch">
|
||||||
|
<input type="checkbox" id="settings-autoReload">
|
||||||
|
<i class="form-icon"></i> Automatically reload watch after app App Loader actions (removes "Hold button" prompt)
|
||||||
|
</label>
|
||||||
|
<button class="btn" id="defaultsettings">Reset App Loader settings to defaults</button>
|
||||||
</details>
|
</details>
|
||||||
</div>
|
</div>
|
||||||
<div id="more-deviceinfo" style="display:none">
|
<div id="more-deviceinfo" style="display:none">
|
||||||
|
|
Loading…
Reference in New Issue