* Accessibility: Fix roles and add correct label for navigation controls
This makes screen readers properly indicate the control name, type, and state for the Back, Forward, and Add buttons.
* Update src/renderer/components/header.js
Co-authored-by: Alex <alxmorais8@msn.com>
Previously, moving the mouse into the player window from the sides or
bottom would bring up the HUD, but moving the mouse in from the top
would not. With this commit, moving the mouse in from the top of the
window will also bring up the HUD.
Fixesfeross/webtorrent-desktop#241