diff options
Diffstat (limited to 'src/settings.hpp')
-rw-r--r-- | src/settings.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.hpp b/src/settings.hpp index d8b8caf..be9660e 100644 --- a/src/settings.hpp +++ b/src/settings.hpp @@ -13,6 +13,7 @@ public: bool UseMemoryDB; bool Prefetch; bool Autoconnect; + bool UseKeychain; // [gui] std::string MainCSS; |