From e06e574206990c5d0a57d526214f9bf482120412 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 9 Mar 2023 23:28:10 -0500 Subject: add user avatars to notifications --- src/imgmanager.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/imgmanager.hpp') diff --git a/src/imgmanager.hpp b/src/imgmanager.hpp index 3bc0f4e..2eeb756 100644 --- a/src/imgmanager.hpp +++ b/src/imgmanager.hpp @@ -18,6 +18,7 @@ public: void LoadAnimationFromURL(const std::string &url, int w, int h, const callback_anim_type &cb); void Prefetch(const std::string &url); Glib::RefPtr GetPlaceholder(int size); + Cache &GetCache(); private: static Glib::RefPtr ReadFileToPixbuf(std::string path); -- cgit v1.2.3