summaryrefslogtreecommitdiff
path: root/src/windows/mainwindow.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-12-08 19:12:35 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-12-08 19:12:35 -0500
commitbcfb2146cdf8f3815a6c4d0042745a0e82ed4918 (patch)
tree651d159f477f86de8567ce9b7acae93bd19e6b94 /src/windows/mainwindow.hpp
parenta1b662a3259623befdc1af3216b1f055c0537142 (diff)
downloadabaddon-portaudio-bcfb2146cdf8f3815a6c4d0042745a0e82ed4918.tar.gz
abaddon-portaudio-bcfb2146cdf8f3815a6c4d0042745a0e82ed4918.zip
mark guild as read (shift+esc)
Diffstat (limited to 'src/windows/mainwindow.hpp')
-rw-r--r--src/windows/mainwindow.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp
index df1c968..697564e 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,6 @@ 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;
void OnViewSubmenuPopup(const Gdk::Rectangle *flipped_rect, const Gdk::Rectangle *final_rect, bool flipped_x, bool flipped_y);
};