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

ImageViewer: Add list of recently open files to the File menu :^)

This commit is contained in:
Andreas Kling 2023-02-06 18:51:02 +01:00
parent 5f23515796
commit d0ba5f2ed7
3 changed files with 15 additions and 1 deletions

View file

@ -12,4 +12,4 @@ set(SOURCES
)
serenity_app(ImageViewer ICON filetype-image)
target_link_libraries(ImageViewer PRIVATE LibCore LibDesktop LibGUI LibGfx LibImageDecoderClient LibMain)
target_link_libraries(ImageViewer PRIVATE LibCore LibDesktop LibGUI LibGfx LibConfig LibImageDecoderClient LibMain)