From 7886f5371ac7496ea7592f6442e89ae828238760 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sun, 7 Jan 2024 01:35:54 -0500 Subject: add runtime option for keychain token storage --- src/settings.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings.hpp') 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; -- cgit v1.2.3