mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
SystemMonitor: Remove "Process" context menu from menu bar
This menu is only relevant while interacting with the process list, so let's not have it in the menu bar where its presence implies universal relevance.
This commit is contained in:
parent
58ae8aabea
commit
af06eac364
Notes:
sideshowbarker
2024-07-18 20:47:15 +09:00
Author: https://github.com/awesomekling
Commit: af06eac364
1 changed files with 0 additions and 8 deletions
|
@ -294,14 +294,6 @@ int main(int argc, char** argv)
|
|||
GUI::Application::the()->quit();
|
||||
}));
|
||||
|
||||
auto& process_menu = menubar->add_menu("Process");
|
||||
process_menu.add_action(kill_action);
|
||||
process_menu.add_action(stop_action);
|
||||
process_menu.add_action(continue_action);
|
||||
process_menu.add_separator();
|
||||
process_menu.add_action(profile_action);
|
||||
process_menu.add_action(inspect_action);
|
||||
|
||||
auto process_context_menu = GUI::Menu::construct();
|
||||
process_context_menu->add_action(kill_action);
|
||||
process_context_menu->add_action(stop_action);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue