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:
authorJonathan White <support@dmapps.us>2020-10-12 03:07:00 +0300
committerJonathan White <support@dmapps.us>2020-10-12 03:08:27 +0300
commit12782161bc6b67d76e3e8ddddf9eda15a9684cc4 (patch)
tree0e3c9cd3774cfb09ffcc20fcaf8c8711ca2024d4 /src/core/Config.h
parentc2f36d877f7ac4d17d4ee20d44ba87e69e75bf34 (diff)
Move Hide Usernames/Passwords into view menu
* Fixes #4982 * Removed a lot of redundant and passthrough code
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 2ed4c6ec1..423e1ee81 100644
--- a/src/core/Config.h
+++ b/src/core/Config.h
@@ -81,6 +81,7 @@ public:
GUI_MinimizeOnStartup,
GUI_MinimizeOnClose,
GUI_HideUsernames,
+ GUI_HidePasswords,
GUI_AdvancedSettings,
GUI_MonospaceNotes,
GUI_ApplicationTheme,