mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-07 22:12:59 -04:00
Allow manual editing of browser extension connection keys
This commit is contained in:
parent
d5de042529
commit
287e822e02
9 changed files with 122 additions and 1 deletions
|
@ -64,6 +64,10 @@ public:
|
|||
QString customProxyLocation();
|
||||
void setCustomProxyLocation(const QString& location);
|
||||
QString proxyLocation();
|
||||
#ifdef QT_DEBUG
|
||||
QString customExtensionId();
|
||||
void setCustomExtensionId(const QString& id);
|
||||
#endif
|
||||
bool updateBinaryPath();
|
||||
void setUpdateBinaryPath(bool enabled);
|
||||
bool allowExpiredCredentials();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue