1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 21:45:38 -05:00

fix: Restore SystemTray

This commit is contained in:
purian23
2025-08-01 13:28:04 -04:00
parent 6293b0e502
commit c794944f01
2 changed files with 6 additions and 6 deletions

View File

@@ -113,7 +113,7 @@ ScrollView {
// Default widget configurations for each section
property var defaultLeftWidgets: ["launcherButton", "workspaceSwitcher", "focusedWindow"]
property var defaultCenterWidgets: ["music", "clock", "weather"]
property var defaultRightWidgets: ["clipboard", "systemResources", "notificationButton", "battery", "controlCenterButton"]
property var defaultRightWidgets: ["systemTray", "clipboard", "systemResources", "notificationButton", "battery", "controlCenterButton"]
Component.onCompleted: {
// Initialize sections with defaults if they're empty