[taskpanel] Show app name instead of window title

I think this looks better since the window title is often too long to be properly displayed
This commit is contained in:
Nicolas Fella 2021-06-08 00:53:51 +02:00
parent 5da75348f7
commit 210468572d

View file

@ -125,7 +125,7 @@ Item {
Layout.fillWidth: true
horizontalAlignment: Text.AlignHCenter
elide: Text.ElideRight
text: model.display
text: model.AppName
color: theme.textColor
}
PlasmaComponents.ToolButton {