diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-10-24 02:48:57 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-10-24 02:48:57 -0400 |
commit | f751037717ee1f5592e437e2b91f4daa45239aae (patch) | |
tree | 93c18a7c1ee9e71893055f30c6eace03c2186f41 /src/windows/mainwindow.hpp | |
parent | e888306272304224ac8edd37b3b2bd24ad8c0765 (diff) | |
parent | 64245bf7457a81eed063901ad8e5ce55fdc2ca0c (diff) | |
download | abaddon-portaudio-f751037717ee1f5592e437e2b91f4daa45239aae.tar.gz abaddon-portaudio-f751037717ee1f5592e437e2b91f4daa45239aae.zip |
Merge branch 'master' into voice
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 b013e32..6e95b72 100644 --- a/src/windows/mainwindow.hpp +++ b/src/windows/mainwindow.hpp @@ -24,6 +24,7 @@ public: void UpdateChatReactionAdd(Snowflake id, const Glib::ustring ¶m); void UpdateChatReactionRemove(Snowflake id, const Glib::ustring ¶m); void UpdateMenus(); + void ToggleMenuVisibility(); #ifdef WITH_LIBHANDY void GoBack(); |