summaryrefslogtreecommitdiff
path: root/settings.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-11-14 02:27:23 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-11-14 02:27:23 -0500
commit409af292af53cce77615011667d506bc2b40692a (patch)
tree0ca3e2d168a157fa2c69c9e89d9cc8e2edff1927 /settings.hpp
parent2257ff979854867a9aff32aa7d07769bce5edff8 (diff)
parent108002248c0739078302e00d5ca224a44b93ea56 (diff)
downloadabaddon-portaudio-409af292af53cce77615011667d506bc2b40692a.tar.gz
abaddon-portaudio-409af292af53cce77615011667d506bc2b40692a.zip
Merge branch 'master' into store
Diffstat (limited to 'settings.hpp')
-rw-r--r--settings.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.hpp b/settings.hpp
index 2a9fb9c..3fff593 100644
--- a/settings.hpp
+++ b/settings.hpp
@@ -23,6 +23,7 @@ public:
std::string GetGatewayURL() const;
std::string GetAPIBaseURL() const;
bool GetAnimatedGuildHoverOnly() const;
+ bool GetSaveState() const;
// i would like to use Gtk::StyleProperty for this, but it will not work on windows
// #1 it's missing from the project files for the version used by vcpkg