apploader - Additional option to allow updates regardless of version
parent
0eea248390
commit
65cd0a7418
|
|
@ -172,6 +172,10 @@
|
||||||
<input type="checkbox" id="settings-minify">
|
<input type="checkbox" id="settings-minify">
|
||||||
<i class="form-icon"></i> Minify apps before upload (⚠️DANGER⚠️: Not recommended. Uploads smaller, faster apps but this <b>will</b> break many apps)
|
<i class="form-icon"></i> Minify apps before upload (⚠️DANGER⚠️: Not recommended. Uploads smaller, faster apps but this <b>will</b> break many apps)
|
||||||
</label>
|
</label>
|
||||||
|
<label class="form-switch">
|
||||||
|
<input type="checkbox" id="settings-alwaysAllowUpdate">
|
||||||
|
<i class="form-icon"></i> Always allow to reinstall apps in place regardless of the version
|
||||||
|
</label>
|
||||||
<button class="btn" id="defaultsettings">Reset to default App Loader settings</button>
|
<button class="btn" id="defaultsettings">Reset to default App Loader settings</button>
|
||||||
</details>
|
</details>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -175,6 +175,10 @@
|
||||||
<input type="checkbox" id="settings-minify">
|
<input type="checkbox" id="settings-minify">
|
||||||
<i class="form-icon"></i> Minify apps before upload (⚠️DANGER⚠️: Not recommended. Uploads smaller, faster apps but this <b>will</b> break many apps)
|
<i class="form-icon"></i> Minify apps before upload (⚠️DANGER⚠️: Not recommended. Uploads smaller, faster apps but this <b>will</b> break many apps)
|
||||||
</label>
|
</label>
|
||||||
|
<label class="form-switch">
|
||||||
|
<input type="checkbox" id="settings-alwaysAllowUpdate">
|
||||||
|
<i class="form-icon"></i> Always allow to reinstall apps in place regardless of the version
|
||||||
|
</label>
|
||||||
<button class="btn" id="defaultsettings">Reset to default App Loader settings</button>
|
<button class="btn" id="defaultsettings">Reset to default App Loader settings</button>
|
||||||
</details>
|
</details>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue