mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-25 07:00:52 -04: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
|
@ -113,6 +113,7 @@ public:
|
|||
PasswordGenerator::GeneratorFlags passwordGeneratorFlags();
|
||||
QString generatePassword();
|
||||
void updateBinaryPaths(QString customProxyLocation = QString());
|
||||
bool checkIfProxyExists(QString& path);
|
||||
|
||||
private:
|
||||
static BrowserSettings* m_instance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue