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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user