Compare commits
No commits in common. "d887a9b24412682c78312630c3cdf6f86e67281d" and "e45f412930edeedfc39f9df0da93ce54d64454f2" have entirely different histories.
d887a9b244
...
e45f412930
1 changed files with 3 additions and 1 deletions
|
|
@ -148,6 +148,7 @@ Item {
|
|||
|
||||
Behavior on text {
|
||||
Anim {
|
||||
target: names
|
||||
property: "opacity"
|
||||
from: 0
|
||||
to: 1
|
||||
|
|
@ -164,6 +165,7 @@ Item {
|
|||
|
||||
Behavior on text {
|
||||
Anim {
|
||||
target: names
|
||||
property: "opacity"
|
||||
from: 0
|
||||
to: 1
|
||||
|
|
@ -213,7 +215,7 @@ Item {
|
|||
if (root.uiState.workspaces.get(i).workspace === root.toplevel?.workspace)
|
||||
return qsTr("Workspace: %1").arg(i + 1)
|
||||
}
|
||||
return qsTr("Workspace: unknown")
|
||||
return qsTr("Workspace unknown")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue