Improve error message when browser proxy cannot be found (#9385)

Co-authored-by: Blessio <blessio.blog@blessio.com>
Co-authored-by: Jonathan White <support@dmapps.us>
This commit is contained in:
Blessio 2023-08-06 03:15:22 +02:00 committed by GitHub
parent 29726e2bfd
commit 1b12c958c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 119 additions and 52 deletions

View file

@ -33,6 +33,7 @@ public:
bool isBrowserEnabled(BrowserShared::SupportedBrowsers browser);
QString getProxyPath() const;
QString getInstalledProxyPath() const;
void updateBinaryPaths();
private: