summaryrefslogtreecommitdiff
path: root/src/settings.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2024-01-07 01:35:54 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2024-01-07 01:35:54 -0500
commit7886f5371ac7496ea7592f6442e89ae828238760 (patch)
treec9aea20a76b0c08fe7946d3326802812fdc30889 /src/settings.hpp
parent634f516195b4d6220fe31f9388995d0c7f2cedc4 (diff)
downloadabaddon-portaudio-7886f5371ac7496ea7592f6442e89ae828238760.tar.gz
abaddon-portaudio-7886f5371ac7496ea7592f6442e89ae828238760.zip
add runtime option for keychain token storage
Diffstat (limited to 'src/settings.hpp')
-rw-r--r--src/settings.hpp1
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;