Closed disaster2395 closed 1 week ago
Checked HTTP and SOCKS5 proxy on windows build (btw, python 3.13 and current version of imgui - 2.0.0 - aren't compatible), both works just fine.
Update: chromium doesn't support authentication for SOCKS5. So only HTTP proxy option is available for authentication dialog via Qt
ill have a look at this and fix merge conflicts soon, goes for other prs too
rebased on main and solved conflicts
Added proxy support
Notes:
upd: I know there is an option to configure aiohttp in a way it'll pick proxy configuration from env, but I decided that straightforward configuration through application itself is better than that.