diff options
| author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-01-15 06:37:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-15 06:37:35 +0000 |
| commit | 462f801af20562f151cd7ad7fa70aa65695b3e22 (patch) | |
| tree | ec5ab7509bc9478ac82715fe9e74381bbfc4a9df /abaddon.hpp | |
| parent | f51ab48009e7fcfafee1d09800764fcbd5d36bf5 (diff) | |
| download | abaddon-portaudio-462f801af20562f151cd7ad7fa70aa65695b3e22.tar.gz abaddon-portaudio-462f801af20562f151cd7ad7fa70aa65695b3e22.zip | |
Guild settings 1 (#19)
* start guild settings window, tweak style
Diffstat (limited to 'abaddon.hpp')
| -rw-r--r-- | abaddon.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abaddon.hpp b/abaddon.hpp index 649578e..4b409a3 100644 --- a/abaddon.hpp +++ b/abaddon.hpp @@ -45,6 +45,7 @@ public: void ActionSetStatus(); void ActionReactionAdd(Snowflake id, const Glib::ustring ¶m); void ActionReactionRemove(Snowflake id, const Glib::ustring ¶m); + void ActionGuildSettings(Snowflake id); void ActionReloadSettings(); void ActionReloadCSS(); @@ -73,6 +74,8 @@ public: const SettingsManager &GetSettings() const; + Glib::RefPtr<Gtk::CssProvider> GetStyleProvider(); + protected: Snowflake m_shown_user_menu_id; Snowflake m_shown_user_menu_guild_id; |
