From 86ab14e5ec5c6acfcee1d6177c77f5ac9c9dbe31 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 7 May 2021 01:57:08 -0400 Subject: start friends list --- windows/mainwindow.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'windows/mainwindow.hpp') diff --git a/windows/mainwindow.hpp b/windows/mainwindow.hpp index 0be4bc0..261d23b 100644 --- a/windows/mainwindow.hpp +++ b/windows/mainwindow.hpp @@ -93,4 +93,8 @@ protected: Gtk::MenuItem m_menu_file_reload_settings; Gtk::MenuItem m_menu_file_reload_css; Gtk::MenuItem m_menu_file_clear_cache; + + Gtk::MenuItem m_menu_view; + Gtk::Menu m_menu_view_sub; + Gtk::MenuItem m_menu_view_friends; }; -- cgit v1.2.3