From bafd2fa25ab4b5e11ab30f2679a8df91caf027bf Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 20 Jan 2021 02:26:04 -0500 Subject: add menu item to clear image cache --- windows/mainwindow.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'windows/mainwindow.hpp') diff --git a/windows/mainwindow.hpp b/windows/mainwindow.hpp index 241851e..747cc73 100644 --- a/windows/mainwindow.hpp +++ b/windows/mainwindow.hpp @@ -85,4 +85,5 @@ protected: Gtk::Menu m_menu_file_sub; Gtk::MenuItem m_menu_file_reload_settings; Gtk::MenuItem m_menu_file_reload_css; + Gtk::MenuItem m_menu_file_clear_cache; }; -- cgit v1.2.3