diff options
Diffstat (limited to 'src/windows/mainwindow.hpp')
-rw-r--r-- | src/windows/mainwindow.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp index 89c6869..0932af5 100644 --- a/src/windows/mainwindow.hpp +++ b/src/windows/mainwindow.hpp @@ -23,6 +23,7 @@ public: Snowflake GetChatOldestListedMessage(); void UpdateChatReactionAdd(Snowflake id, const Glib::ustring ¶m); void UpdateChatReactionRemove(Snowflake id, const Glib::ustring ¶m); + void UpdateMenus(); ChannelList *GetChannelList(); ChatWindow *GetChatWindow(); |