diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-01-07 01:35:54 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-01-07 01:35:54 -0500 |
commit | 7886f5371ac7496ea7592f6442e89ae828238760 (patch) | |
tree | c9aea20a76b0c08fe7946d3326802812fdc30889 /src/settings.hpp | |
parent | 634f516195b4d6220fe31f9388995d0c7f2cedc4 (diff) | |
download | abaddon-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.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; |