mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-07 22:12:59 -04:00
Add setting for not displaying KeePassHTTP migration popup
This commit is contained in:
parent
d12f15da92
commit
c27ee6aba8
7 changed files with 65 additions and 16 deletions
|
@ -55,6 +55,8 @@ public:
|
|||
void setHttpAuthPermission(bool httpAuthPermission);
|
||||
bool supportKphFields();
|
||||
void setSupportKphFields(bool supportKphFields);
|
||||
bool noMigrationPrompt();
|
||||
void setNoMigrationPrompt(bool prompt);
|
||||
|
||||
bool supportBrowserProxy();
|
||||
void setSupportBrowserProxy(bool enabled);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue