forked from Shinonome/dots-hyprland
give CustomIcon colorization
This commit is contained in:
@@ -121,11 +121,8 @@ Rectangle {
|
||||
height: Appearance.font.pixelSize.large
|
||||
source: messageData?.role == 'assistant' ? Ai.models[messageData?.model].icon :
|
||||
messageData?.role == 'user' ? 'linux-symbolic' : 'desktop-symbolic'
|
||||
}
|
||||
ColorOverlay {
|
||||
visible: modelIcon.visible
|
||||
anchors.fill: modelIcon
|
||||
source: modelIcon
|
||||
|
||||
colorize: true
|
||||
color: Appearance.m3colors.m3onSecondaryContainer
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user