mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
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.
14 lines
277 B
CMake
14 lines
277 B
CMake
set(SOURCES
|
|
BookmarksBarWidget.cpp
|
|
BrowserConsoleClient.cpp
|
|
ConsoleWidget.cpp
|
|
DownloadWidget.cpp
|
|
InspectorWidget.cpp
|
|
main.cpp
|
|
Tab.cpp
|
|
WindowActions.cpp
|
|
)
|
|
|
|
serenity_bin(Browser)
|
|
target_link_libraries(Browser LibWeb LibProtocol LibGUI LibDesktop)
|