diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-01-08 20:11:52 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-01-08 20:11:52 -0500 |
commit | f31d431517b27a88a95f6972de8fcf3206df1da1 (patch) | |
tree | 772ee0241f8f79c510aa158e0d5f1a04302214c9 /src/windows/mainwindow.hpp | |
parent | f19dcc01145edd2e69a8cccbc59258b6b73bd704 (diff) | |
parent | 604f2ffe3dc8978aebd6aa819b73374aa32d2f0e (diff) | |
download | abaddon-portaudio-f31d431517b27a88a95f6972de8fcf3206df1da1.tar.gz abaddon-portaudio-f31d431517b27a88a95f6972de8fcf3206df1da1.zip |
Merge branch 'unread' into msys
Diffstat (limited to 'src/windows/mainwindow.hpp')
-rw-r--r-- | src/windows/mainwindow.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp index df1c968..7afe782 100644 --- a/src/windows/mainwindow.hpp +++ b/src/windows/mainwindow.hpp @@ -74,6 +74,8 @@ protected: Gtk::Stack m_content_stack; + Glib::RefPtr<Gtk::AccelGroup> m_accels; + Gtk::MenuBar m_menu_bar; Gtk::MenuItem m_menu_discord; Gtk::Menu m_menu_discord_sub; @@ -95,5 +97,7 @@ protected: Gtk::MenuItem m_menu_view_friends; Gtk::MenuItem m_menu_view_pins; Gtk::MenuItem m_menu_view_threads; + Gtk::MenuItem m_menu_view_mark_guild_as_read; + Gtk::MenuItem m_menu_view_mark_all_as_read; void OnViewSubmenuPopup(const Gdk::Rectangle *flipped_rect, const Gdk::Rectangle *final_rect, bool flipped_x, bool flipped_y); }; |