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

LibGUI: Add CommonMenus

Right now only the accessibility menu is shared across apps but
it's a good bit of boilerplate that can be consolidated and will
make adding ColorBlindnessFilters to other widgets trivial.
This commit is contained in:
thankyouverycool 2022-09-26 08:51:48 -04:00 committed by Andreas Kling
parent 7252a1aa4d
commit f31a56d086
3 changed files with 86 additions and 0 deletions

View file

@ -29,6 +29,7 @@ set(SOURCES
CommandPalette.cpp
CommonActions.cpp
CommonLocationsProvider.cpp
CommonMenus.cpp
ConnectionToWindowManagerServer.cpp
ConnectionToWindowServer.cpp
Desktop.cpp