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

Taskbar: Show start menu when super key is pressed

This commit re-adds the functionality of the start menu appearing when
the super key is pressed
This commit is contained in:
Conor Byrne 2021-04-17 23:21:56 +01:00 committed by Andreas Kling
parent 88ecfa164a
commit 68d1469aea
2 changed files with 16 additions and 6 deletions

View file

@ -59,4 +59,5 @@ private:
Gfx::IntSize m_applet_area_size;
RefPtr<GUI::Frame> m_applet_area_container;
RefPtr<GUI::Button> m_start_button;
};