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:
parent
4a9deddb4a
commit
e4760e5b42
3 changed files with 17 additions and 3 deletions
|
@ -10,4 +10,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_bin(Browser)
|
||||
target_link_libraries(Browser LibWeb LibProtocol LibGUI)
|
||||
target_link_libraries(Browser LibWeb LibProtocol LibGUI LibDesktop)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue