diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-04-15 02:14:25 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-04-15 02:14:25 -0400 |
commit | 47545d9d3234a3c0fd18017984954653cf84249c (patch) | |
tree | a1424ae24785a686fb95c15d7616e8538aedbb97 /src/windows/mainwindow.hpp | |
parent | 5670dfc1d58e5866c4d5f24738d4d9dd81e50247 (diff) | |
download | abaddon-portaudio-47545d9d3234a3c0fd18017984954653cf84249c.tar.gz abaddon-portaudio-47545d9d3234a3c0fd18017984954653cf84249c.zip |
fix menu bar updates again (fixes #61)
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(); |