mirror of
https://github.com/transmission/transmission
synced 2024-12-22 15:54:57 +00:00
feat: Only show .torrent files in the web UI (#6320)
This commit is contained in:
parent
e10689beea
commit
c853ec3358
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ export class OpenDialog extends EventTarget {
|
|||
input.name = 'torrent-files[]';
|
||||
input.id = input_id;
|
||||
input.multiple = 'multiple';
|
||||
input.accept = '.torrent, application/x-bittorrent';
|
||||
workarea.append(input);
|
||||
elements.file_input = input;
|
||||
|
||||
|
|
Loading…
Reference in a new issue