diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-10-23 02:56:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-23 02:56:07 +0000 |
commit | 772598996c24d570cb74686c4d888d6f1aa070ad (patch) | |
tree | ea24449b77bc69f9186b1d125acd190bbe27abcc /src/windows/mainwindow.hpp | |
parent | ccb82c1676326107133e63b7822dfd0b87afd0f2 (diff) | |
download | abaddon-portaudio-772598996c24d570cb74686c4d888d6f1aa070ad.tar.gz abaddon-portaudio-772598996c24d570cb74686c4d888d6f1aa070ad.zip |
Add option to hide the menu bar behind alt key (#115)
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(); |