1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 18:37:35 +00:00

Base: Add new icons for fonts and File Manager

This commit is contained in:
thankyouverycool 2021-02-24 16:22:15 -05:00 committed by Andreas Kling
parent bb9cf083c4
commit 42717b5b79
9 changed files with 4 additions and 2 deletions

View file

@ -9,5 +9,5 @@ set(SOURCES
PropertiesWindow.cpp
)
serenity_app(FileManager ICON filetype-folder)
serenity_app(FileManager ICON app-file-manager)
target_link_libraries(FileManager LibGUI LibDesktop)