Changes
- the combo box scrollbar now correctly follows the dark color theme
- selecting two formats in the formats window now updates the queue column values
- fixed a crash when adding URL of website tv.nrk.no (webpage_url_domain was null)
- error status due to failed download no longer limits available queue menu commands
- added the ability to specify a custom folder for the FFmpeg files
- bug fix: file sizes above 4,294,967,295 bytes were displayed as a lower value
- minor fixes and improvements
This version makes pretty heavy use of message boxes for communicating with the user when choosing a FFmpeg folder that's different from the yt-dlp folder. These message boxes are system dialogs, much like the "Open file/folder" dialogs for example. But unlike the "Open file/folder" dialogs, the message boxes don't follow the system color theme, so they will always have a "light" theme even when the system color theme is "dark". I have not found a way to change that, and I wasn't able to find a straight-forward third-party replacement either, so it looks like I'll have to write my own. This isn't a high priority, but the next version will probably have theme-compliant custom message boxes.