fix statelayer colors for various components, add logic for color background feedback on tray items when icon doesn't have color layer
This commit is contained in:
@@ -34,6 +34,7 @@ CustomRect {
|
||||
|
||||
StateLayer {
|
||||
acceptedButtons: Qt.LeftButton
|
||||
color: root.visibilities.dashboard ? DynamicColors.palette.m3onPrimary : DynamicColors.palette.m3onSurface
|
||||
|
||||
onClicked: {
|
||||
root.visibilities.dashboard = !root.visibilities.dashboard;
|
||||
|
||||
Reference in New Issue
Block a user