diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-02-01 23:49:48 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-02-01 23:49:48 -0500 |
commit | ecc83036c1522a024e1f5a1efc6fe533b907daf1 (patch) | |
tree | ceb75059aec90e01a314e59851beefffa733cdb0 /src/windows/mainwindow.hpp | |
parent | 5a6f8cac09770d315fe4a3258fa6116e65750f24 (diff) | |
parent | 3ed51eb155444859c3aa00119857b602066c9c10 (diff) | |
download | abaddon-portaudio-ecc83036c1522a024e1f5a1efc6fe533b907daf1.tar.gz abaddon-portaudio-ecc83036c1522a024e1f5a1efc6fe533b907daf1.zip |
Merge branch 'master' into pch
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 a12dd7c..6183779 100644 --- a/src/windows/mainwindow.hpp +++ b/src/windows/mainwindow.hpp @@ -71,6 +71,7 @@ private: Gtk::Menu m_menu_file_sub; Gtk::MenuItem m_menu_file_reload_css; Gtk::MenuItem m_menu_file_clear_cache; + Gtk::CheckMenuItem m_menu_file_dump_ready; Gtk::MenuItem m_menu_view; Gtk::Menu m_menu_view_sub; |