mhogomchungu / media-downloader

Media Downloader is a Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books..
GNU General Public License v2.0
1.34k stars 102 forks source link

Make "Windows Only" proxy option disappear on non-Windows #350

Closed penguin-teal closed 6 months ago

penguin-teal commented 6 months ago

Instead of only disabling the radio option "Use System Proxy(Windows Only)" if not on Windows, hides it and moves the other options up to fill its place at runtime. It removes the unnecessary button on non-Windows and removes the clutter of saying it's Windows only when you're actually on Windows. Additionally, disabling a radio button doesn't show any difference on my theming so you couldn't even tell it was disabled unless you clicked on it.

Old: Before Commit

New: After Commit