Compare commits
2 commits
e45f412930
...
d887a9b244
| Author | SHA1 | Date | |
|---|---|---|---|
| d887a9b244 | |||
| 9d1c9c156f |
1 changed files with 1 additions and 3 deletions
|
|
@ -148,7 +148,6 @@ Item {
|
||||||
|
|
||||||
Behavior on text {
|
Behavior on text {
|
||||||
Anim {
|
Anim {
|
||||||
target: names
|
|
||||||
property: "opacity"
|
property: "opacity"
|
||||||
from: 0
|
from: 0
|
||||||
to: 1
|
to: 1
|
||||||
|
|
@ -165,7 +164,6 @@ Item {
|
||||||
|
|
||||||
Behavior on text {
|
Behavior on text {
|
||||||
Anim {
|
Anim {
|
||||||
target: names
|
|
||||||
property: "opacity"
|
property: "opacity"
|
||||||
from: 0
|
from: 0
|
||||||
to: 1
|
to: 1
|
||||||
|
|
@ -215,7 +213,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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue