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:
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,