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

HackStudio: Remove the 'Open in a new tab' action

This has become the default with the previous changes so it
doesn't make sense anymore
This commit is contained in:
Marco Cutecchia 2022-09-13 08:14:22 +02:00 committed by Sam Atkins
parent d8b54b7dd0
commit f81b494182
2 changed files with 0 additions and 17 deletions

View file

@ -220,7 +220,6 @@ private:
RefPtr<GUI::Action> m_new_directory_action;
RefPtr<GUI::Action> m_open_selected_action;
RefPtr<GUI::Action> m_open_selected_in_new_tab_action;
RefPtr<GUI::Action> m_show_in_file_manager_action;
RefPtr<GUI::Action> m_copy_relative_path_action;
RefPtr<GUI::Action> m_copy_full_path_action;