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:
authorJanek Bevendorff <janek@jbev.net>2020-05-30 23:46:06 +0300
committerJanek Bevendorff <janek@jbev.net>2020-05-31 01:26:14 +0300
commit4f75432fc6f5a10323641891dd64e9413634a5b4 (patch)
tree3fbf6436b6b1cce1c70038e3b7e6034af91b6031 /src/core/Config.h
parent9d2e066acae0cd7bd3447bf3c5fa8ff0c0c4f073 (diff)
Add option for monochrome tray icon
Diffstat (limited to 'src/core/Config.h')
-rw-r--r--src/core/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Config.h b/src/core/Config.h
index 8d4609a21..b3dc0fb85 100644
--- a/src/core/Config.h
+++ b/src/core/Config.h
@@ -76,7 +76,7 @@ public:
GUI_HidePreviewPanel,
GUI_ToolButtonStyle,
GUI_ShowTrayIcon,
- GUI_DarkTrayIcon,
+ GUI_TrayIconAppearance,
GUI_MinimizeToTray,
GUI_MinimizeOnStartup,
GUI_MinimizeOnClose,