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

Browser: Add option in DownloadWidget to open download's in folder

When a download has completed, instead of graying out the cancel
option, replace it with an option to open your download in the file
manager.
This commit is contained in:
FalseHonesty 2020-05-26 12:54:58 -04:00 committed by Andreas Kling
parent 4a9deddb4a
commit e4760e5b42
3 changed files with 17 additions and 3 deletions

View file

@ -10,4 +10,4 @@ set(SOURCES
)
serenity_bin(Browser)
target_link_libraries(Browser LibWeb LibProtocol LibGUI)
target_link_libraries(Browser LibWeb LibProtocol LibGUI LibDesktop)