mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 15:32:50 -05:00
feat: AppsDock Widget on the Dankbar
- Pinnable apps independent from the main dock - Drag & Drop support
This commit is contained in:
@@ -242,7 +242,8 @@ Loader {
|
||||
"colorPicker": components.colorPickerComponent,
|
||||
"systemUpdate": components.systemUpdateComponent,
|
||||
"layout": components.layoutComponent,
|
||||
"powerMenuButton": components.powerMenuButtonComponent
|
||||
"powerMenuButton": components.powerMenuButtonComponent,
|
||||
"appsDock": components.appsDockComponent
|
||||
};
|
||||
|
||||
if (componentMap[widgetId]) {
|
||||
|
||||
Reference in New Issue
Block a user