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

SpaceAnalyzer: Added context menu for nodes

Currently supports 3 actions: Open, Copy Path, and Delete.
This commit is contained in:
Sviatoslav Peleshko 2021-02-20 17:02:28 +02:00 committed by Andreas Kling
parent 8d6525fc50
commit ff018607a1
4 changed files with 99 additions and 1 deletions

View file

@ -7,4 +7,4 @@ set(SOURCES
)
serenity_app(SpaceAnalyzer ICON app-space-analyzer)
target_link_libraries(SpaceAnalyzer LibGfx LibGUI)
target_link_libraries(SpaceAnalyzer LibDesktop LibGfx LibGUI)