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:
parent
06cb526feb
commit
480903fe8a
4 changed files with 83 additions and 38 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue