Compare commits

..

2 commits

View file

@ -148,7 +148,6 @@ Item {
Behavior on text { Behavior on text {
Anim { Anim {
target: title
property: "opacity" property: "opacity"
from: 0 from: 0
to: 1 to: 1
@ -157,7 +156,6 @@ Item {
} }
CustomText { CustomText {
id: cls
Layout.fillWidth: true Layout.fillWidth: true
text: toplevel?.lastIpcObject.class ?? "" text: toplevel?.lastIpcObject.class ?? ""
font.pointSize: Config.font.size.small font.pointSize: Config.font.size.small
@ -166,7 +164,6 @@ Item {
Behavior on text { Behavior on text {
Anim { Anim {
target: cls
property: "opacity" property: "opacity"
from: 0 from: 0
to: 1 to: 1