mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-17 09:24:28 -05:00
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:
parent
29726e2bfd
commit
1b12c958c5
8 changed files with 119 additions and 52 deletions
|
|
@ -200,6 +200,11 @@ QString BrowserSettings::proxyLocation()
|
|||
return m_nativeMessageInstaller.getProxyPath();
|
||||
}
|
||||
|
||||
QString BrowserSettings::proxyLocationAsInstalled() const
|
||||
{
|
||||
return m_nativeMessageInstaller.getInstalledProxyPath();
|
||||
}
|
||||
|
||||
#ifdef QT_DEBUG
|
||||
QString BrowserSettings::customExtensionId()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue