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

Taskbar: Add dropping of AppFiles to QuickLaunch

This change adds the capability to drop AppFiles to the quick launch
section of the Taskbar. All logic was moved to a new
QuickLaunchWidget.
This commit is contained in:
faxe1008 2021-11-18 19:43:16 +01:00 committed by Brian Gianforcaro
parent 7e8beadd57
commit c74afdde26
5 changed files with 148 additions and 93 deletions

View file

@ -7,6 +7,7 @@ serenity_component(
set(SOURCES
main.cpp
ClockWidget.cpp
QuickLaunchWidget.cpp
ShutdownDialog.cpp
TaskbarButton.cpp
TaskbarWindow.cpp