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:
authormantlabs <mantlabs@gmail.com>2021-03-06 21:29:08 +0300
committerJonathan White <support@dmapps.us>2021-03-07 19:27:28 +0300
commitd6b69204a63f992bf037a8aaad15efbd83c7e33e (patch)
tree36ff17eb2bafce3fa2780fcd67061705faab59f2 /src/core/Config.h
parentbc08913c6127aa68f112fde15d67642448b43c21 (diff)
Persist Always on Top setting
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 fc8af88e0..6d69ee2a3 100644
--- a/src/core/Config.h
+++ b/src/core/Config.h
@@ -76,6 +76,7 @@ public:
GUI_MovableToolbar,
GUI_HideGroupsPanel,
GUI_HidePreviewPanel,
+ GUI_AlwaysOnTop,
GUI_ToolButtonStyle,
GUI_ShowTrayIcon,
GUI_TrayIconAppearance,