add animated guild icons to channel list

This commit is contained in:
ouwou
2021-07-23 00:35:33 -04:00
parent fdee6c22cf
commit 5bf48fa6c0
5 changed files with 96 additions and 21 deletions

View File

@@ -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