1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 06:22:50 -05:00

missing dock from display config

This commit is contained in:
bbedward
2025-08-26 14:23:34 -04:00
parent 6e75e2b06c
commit b887940dce
2 changed files with 16 additions and 2 deletions

View File

@@ -14,6 +14,11 @@ Item {
"name": "Top Bar",
"description": "System bar with widgets and system information",
"icon": "toolbar"
}, {
"id": "dock",
"name": "Application Dock",
"description": "Bottom dock for pinned and running applications",
"icon": "dock"
}, {
"id": "notifications",
"name": "Notification Popups",
@@ -29,6 +34,11 @@ Item {
"name": "On-Screen Displays",
"description": "Volume, brightness, and other system OSDs",
"icon": "picture_in_picture"
}, {
"id": "toast",
"name": "Toast Messages",
"description": "System toast notifications",
"icon": "campaign"
}]
function getScreenPreferences(componentId) {