mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:27:36 +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:
parent
7e8beadd57
commit
c74afdde26
5 changed files with 148 additions and 93 deletions
|
@ -7,6 +7,7 @@ serenity_component(
|
|||
set(SOURCES
|
||||
main.cpp
|
||||
ClockWidget.cpp
|
||||
QuickLaunchWidget.cpp
|
||||
ShutdownDialog.cpp
|
||||
TaskbarButton.cpp
|
||||
TaskbarWindow.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue