Skip to content

Commit

Permalink
Merge branch 'develop' into fix/build
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb authored Feb 19, 2025
2 parents 73a7d5c + b20bdf8 commit 4c23f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2647,7 +2647,7 @@ <h3>Add NZB-Files to Download Queue</h3>
<label class="control-label" for="AddDialog_Files">Add local files</label>
<div class="controls">
<div style="margin-top:6px; margin-bottom:10px;"><a href="#" class="btn btn-default" style="margin-top: -6px;" id="AddDialog_Select">Select files</a> or drop files here.</div>
<input multiple="multiple" type="file" id="AddDialog_Input" class="hidden-file-input">
<input multiple="multiple" type="file" accept=".nzb" id="AddDialog_Input" class="hidden-file-input">
<div class="dialog-add-files hide" id="AddDialog_Files"></div>
<div class="hide" style="margin-top:12px;" id="AddDialog_RenameTip">Tip: click on an item to rename or set password.</div>
</div>
Expand Down

0 comments on commit 4c23f5a

Please sign in to comment.