1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:47:45 +00:00

Taskbar: Make quicklaunch bar editable

This change adds a ConfigServer Listener to TaskbarWindow. Items in the
quicklaunch bar may be added or removed by editing the Taskbar config.
This commit is contained in:
faxe1008 2021-11-13 15:12:27 +01:00 committed by Andreas Kling
parent 06cb526feb
commit 480903fe8a
4 changed files with 83 additions and 38 deletions

View file

@ -14,5 +14,5 @@ set(SOURCES
)
serenity_bin(Taskbar)
target_link_libraries(Taskbar LibGUI LibDesktop)
target_link_libraries(Taskbar LibGUI LibDesktop LibConfig)
serenity_install_headers(Services/Taskbar)