Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarjolintu <sami.vanttinen@protonmail.com>2020-04-12 18:51:46 +0300
committerJonathan White <support@dmapps.us>2020-05-15 06:29:50 +0300
commit287e822e0218f5b47fd09af4503b495bdef990d1 (patch)
tree163907a99e57532f95ab059a6a4716492865d330 /src/core/Config.h
parentd5de0425299b8fba8b9a384075b12603538526b6 (diff)
Allow manual editing of browser extension connection keys
Diffstat (limited to 'src/core/Config.h')
-rw-r--r--src/core/Config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/Config.h b/src/core/Config.h
index 0141edce3..1beff9a92 100644
--- a/src/core/Config.h
+++ b/src/core/Config.h
@@ -134,6 +134,9 @@ public:
Browser_SearchInAllDatabases,
Browser_SupportKphFields,
Browser_NoMigrationPrompt,
+#ifdef QT_DEBUG
+ Browser_CustomExtensionId,
+#endif
SSHAgent_Enabled,
SSHAgent_UseOpenSSH,