1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:37:46 +00:00

PDFViewer: Move debug actions from toolbar into a menu

This makes it easier to add more entries. Also, debug toggles
don't need to be quite as visible as they were on the toolbar :^)
This commit is contained in:
Nico Weber 2024-01-21 06:53:42 -05:00 committed by Tim Flynn
parent 1041dbb007
commit 176e9db6cd
2 changed files with 12 additions and 12 deletions

View file

@ -53,8 +53,6 @@ private:
GUI::ActionGroup m_page_view_action_group;
RefPtr<GUI::Action> m_page_view_mode_single;
RefPtr<GUI::Action> m_page_view_mode_multiple;
RefPtr<GUI::CheckBox> m_show_clipping_paths;
RefPtr<GUI::CheckBox> m_show_images;
bool m_sidebar_open { false };
ByteBuffer m_buffer;