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:
parent
7252a1aa4d
commit
f31a56d086
3 changed files with 86 additions and 0 deletions
|
@ -29,6 +29,7 @@ set(SOURCES
|
|||
CommandPalette.cpp
|
||||
CommonActions.cpp
|
||||
CommonLocationsProvider.cpp
|
||||
CommonMenus.cpp
|
||||
ConnectionToWindowManagerServer.cpp
|
||||
ConnectionToWindowServer.cpp
|
||||
Desktop.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue