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:
parent
8766e49a7c
commit
29029568ee
3 changed files with 0 additions and 26 deletions
|
@ -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&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue