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

MenuApplets: Give executable icons to some menu applets

This makes SystemMonitor a bit more pleasant to look at. :^)
This commit is contained in:
Andreas Kling 2021-01-04 23:01:26 +01:00
parent 22325dd63e
commit 37f925ffc0
3 changed files with 3 additions and 3 deletions

View file

@ -2,5 +2,5 @@ set(SOURCES
main.cpp
)
serenity_bin(Network.MenuApplet)
serenity_app(Network.MenuApplet ICON network)
target_link_libraries(Network.MenuApplet LibGUI LibCore LibGfx)