diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-23 00:35:33 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-23 00:35:33 -0400 |
commit | 5bf48fa6c0650d67dca2a45d05ec1570ebe236ea (patch) | |
tree | 7e7bb89426483ee08136f7f74890b2851d9461f0 /settings.hpp | |
parent | fdee6c22cfd98133a26aa0695c57d901633ff937 (diff) | |
download | abaddon-portaudio-5bf48fa6c0650d67dca2a45d05ec1570ebe236ea.tar.gz abaddon-portaudio-5bf48fa6c0650d67dca2a45d05ec1570ebe236ea.zip |
add animated guild icons to channel list
Diffstat (limited to 'settings.hpp')
-rw-r--r-- | settings.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.hpp b/settings.hpp index d328805..2a9fb9c 100644 --- a/settings.hpp +++ b/settings.hpp @@ -22,6 +22,7 @@ public: bool GetShowOwnerCrown() const; std::string GetGatewayURL() const; std::string GetAPIBaseURL() const; + bool GetAnimatedGuildHoverOnly() 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 |