From 76cabbd37f6197200ca3e8ac34e1b69553857da9 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 3 Sep 2020 00:47:49 -0400 Subject: add basic css support --- abaddon.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'abaddon.hpp') diff --git a/abaddon.hpp b/abaddon.hpp index 5a533b3..8711dea 100644 --- a/abaddon.hpp +++ b/abaddon.hpp @@ -30,6 +30,8 @@ public: void ActionChatDeleteMessage(Snowflake channel_id, Snowflake id); void ActionChatEditMessage(Snowflake channel_id, Snowflake id); + void ActionReloadCSS(); + std::string GetDiscordToken() const; bool IsDiscordActive() const; @@ -51,6 +53,7 @@ private: mutable std::mutex m_mutex; Glib::RefPtr m_gtk_app; + Glib::RefPtr m_css_provider; SettingsManager m_settings; std::unique_ptr m_main_window; // wah wah cant create a gtkstylecontext fuck you }; -- cgit v1.2.3