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:
authorCarlos E. Salazar <ce.salazar@gmail.com>2020-10-09 05:52:30 +0300
committerGitHub <noreply@github.com>2020-10-09 05:52:30 +0300
commitfa546c440e6522e80b71938161de80f84a4a73ba (patch)
tree8730633220899919ef1d470bff2fab87adaa5ecd /src/core/Config.h
parent34b44e7496f4a6b919cc31a7ef31388176970c31 (diff)
Feature/toggle groups panel option (#5247)
* Closes #5243
Diffstat (limited to 'src/core/Config.h')
-rw-r--r--src/core/Config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Config.h b/src/core/Config.h
index 1c3f1e941..63bfb00c5 100644
--- a/src/core/Config.h
+++ b/src/core/Config.h
@@ -74,6 +74,7 @@ public:
GUI_Language,
GUI_HideToolbar,
GUI_MovableToolbar,
+ GUI_HideGroupsPanel,
GUI_HidePreviewPanel,
GUI_ToolButtonStyle,
GUI_ShowTrayIcon,