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

DisplaySettings: Add context menu for wallpapers

This adds a 'Show in File Manager' action and copy path action to file
context menu for quicker navigation. :^)
This commit is contained in:
Karol Kosek 2021-08-30 18:09:22 +02:00 committed by Andreas Kling
parent 77953a937d
commit ad5bd209ba
4 changed files with 24 additions and 6 deletions

View file

@ -23,4 +23,4 @@ set(SOURCES
)
serenity_app(DisplaySettings ICON app-display-settings)
target_link_libraries(DisplaySettings LibGUI LibConfig)
target_link_libraries(DisplaySettings LibDesktop LibGUI LibConfig)