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

WindowServer: Remove keyboard shortcut for toggling the system menu

100% of the time I activated this shortcut, I did not want to activate
this shortcut.
This commit is contained in:
Andreas Kling 2020-06-01 19:23:35 +02:00
parent 8766e49a7c
commit 29029568ee
3 changed files with 0 additions and 26 deletions

View file

@ -70,12 +70,6 @@ public:
void close_all_menus_from_client(Badge<ClientConnection>, ClientConnection&);
void toggle_system_menu()
{
if (m_system_menu)
toggle_menu(*m_system_menu);
}
Menu* system_menu() { return m_system_menu; }
void set_system_menu(Menu&);