1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

dankbar: hot fix color moda & systm tray item positions

This commit is contained in:
bbedward
2025-11-18 22:13:06 -05:00
parent 5ddea836a1
commit 99a307e0ad
2 changed files with 19 additions and 10 deletions

View File

@@ -635,7 +635,7 @@ Item {
id: systemTrayComponent
SystemTrayBar {
parentWindow: rootWindow
parentWindow: barWindow
parentScreen: barWindow.screen
widgetThickness: barWindow.widgetThickness
isAtBottom: SettingsData.dankBarPosition === SettingsData.Position.Bottom
@@ -981,7 +981,7 @@ Item {
section: topBarContent.getWidgetSection(parent) || "right"
parentScreen: barWindow.screen
onColorPickerRequested: {
rootWindow.colorPickerRequested()
barWindow.colorPickerRequested()
}
}
}