From 287e822e0218f5b47fd09af4503b495bdef990d1 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Sun, 12 Apr 2020 18:51:46 +0300 Subject: Allow manual editing of browser extension connection keys --- src/core/Config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/Config.h') 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, -- cgit v1.2.3