diff options
Diffstat (limited to 'source/features/download-folder-button.tsx')
-rw-r--r-- | source/features/download-folder-button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/download-folder-button.tsx b/source/features/download-folder-button.tsx index 437bb7dc..86f341e7 100644 --- a/source/features/download-folder-button.tsx +++ b/source/features/download-folder-button.tsx @@ -30,7 +30,7 @@ function init(): void { select('a.dropdown-item[data-hotkey="t"]')!.after(getDropdownItem(downloadUrl)); select('a.btn[data-hotkey="t"]')!.after( <a - className="btn d-none d-md-block tooltipped tooltipped-nw rgh-download-folder" + className="btn d-none d-md-block tooltipped tooltipped-ne rgh-download-folder" aria-label="Download directory" href={downloadUrl.href} > |