mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-18 01:44:47 -05:00
Add warning message to browser integration settings when keepassxc-proxy is not found (#2396)
This commit is contained in:
parent
b45f0e3e46
commit
5c92082f7c
6 changed files with 131 additions and 1 deletions
|
|
@ -490,3 +490,8 @@ void BrowserSettings::updateBinaryPaths(QString customProxyLocation)
|
|||
bool isProxy = supportBrowserProxy();
|
||||
m_hostInstaller.updateBinaryPaths(isProxy, customProxyLocation);
|
||||
}
|
||||
|
||||
bool BrowserSettings::checkIfProxyExists(QString& path)
|
||||
{
|
||||
return m_hostInstaller.checkIfProxyExists(supportBrowserProxy(), customProxyLocation(), path);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue