Compare commits

..

No commits in common. "d887a9b24412682c78312630c3cdf6f86e67281d" and "e45f412930edeedfc39f9df0da93ce54d64454f2" have entirely different histories.

View file

@ -148,6 +148,7 @@ Item {
Behavior on text { Behavior on text {
Anim { Anim {
target: names
property: "opacity" property: "opacity"
from: 0 from: 0
to: 1 to: 1
@ -164,6 +165,7 @@ Item {
Behavior on text { Behavior on text {
Anim { Anim {
target: names
property: "opacity" property: "opacity"
from: 0 from: 0
to: 1 to: 1
@ -213,7 +215,7 @@ Item {
if (root.uiState.workspaces.get(i).workspace === root.toplevel?.workspace) if (root.uiState.workspaces.get(i).workspace === root.toplevel?.workspace)
return qsTr("Workspace: %1").arg(i + 1) return qsTr("Workspace: %1").arg(i + 1)
} }
return qsTr("Workspace: unknown") return qsTr("Workspace unknown")
} }
} }