feat: preffered startup paths
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user