mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Recent folder list will scroll when needed
Able to add more than one recent folder without refreshing the page
This commit is contained in:
parent
19906e0350
commit
1ef168370e
3 changed files with 9 additions and 5 deletions
|
@ -11,7 +11,7 @@
|
|||
{{#if items}}
|
||||
<h4>Recent Folders</h4>
|
||||
{{/if}}
|
||||
<div id="current-dirs"/>
|
||||
<div id="current-dirs" class="root-folders-list"></div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="btn" data-dismiss="modal">close</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue