feat: preffered startup paths

This commit is contained in:
kodi
2026-03-12 14:47:39 +01:00
parent 559b881b6d
commit ed34d6202f
16 changed files with 644 additions and 13 deletions
+12
View File
@@ -95,6 +95,18 @@
<span>Show thumbnails</span>
</label>
<div class="popup-meta">Image thumbnails are available for jpg, jpeg, png and webp files.</div>
<label class="settings-field" for="settings-startup-path-left">
<span>Preferred startup path (left)</span>
<input id="settings-startup-path-left" type="text" autocomplete="off" placeholder="/Volumes or storage1/path">
</label>
<label class="settings-field" for="settings-startup-path-right">
<span>Preferred startup path (right)</span>
<input id="settings-startup-path-right" type="text" autocomplete="off" placeholder="/Volumes or storage1/path">
</label>
<div id="settings-general-error" class="error"></div>
<div class="settings-actions">
<button id="settings-general-save-btn" type="button">Save</button>
</div>
</section>
<section id="settings-logs-panel" class="settings-panel hidden" role="tabpanel" aria-labelledby="settings-logs-tab">
<div id="settings-logs-error" class="error"></div>