Add warning message to browser integration settings when keepassxc-proxy is not found (#2396)

This commit is contained in:
Sami Vänttinen 2018-10-23 16:03:18 +03:00 committed by Jonathan White
parent b45f0e3e46
commit 5c92082f7c
6 changed files with 131 additions and 1 deletions

View file

@ -113,6 +113,7 @@ public:
PasswordGenerator::GeneratorFlags passwordGeneratorFlags();
QString generatePassword();
void updateBinaryPaths(QString customProxyLocation = QString());
bool checkIfProxyExists(QString& path);
private:
static BrowserSettings* m_instance;