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