mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 06:32:12 -03:00
feat: Update recursive search option to default to true and remove related UI elements
This commit is contained in:
@@ -101,17 +101,6 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% if request.path != '/loras/recipes' %}
|
||||
<div class="options-section">
|
||||
<div class="search-option-switch">
|
||||
<span>Include Subfolders</span>
|
||||
<label class="switch">
|
||||
<input type="checkbox" id="recursiveSearchToggle">
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<!-- Add filter panel -->
|
||||
|
||||
Reference in New Issue
Block a user