🐛 Bug Fix
- File browser: the Download item of the file context menu showed the upload icon (arrow pointing up into a tray). Added a dedicated
downloadicon (arrow pointing down, same Font Awesome style as the rest of the set — also available viaJodit.modules.Icon.get('download')) and used it for that item. Fixes #1472.