tweak: update unknown workspace display text
This commit is contained in:
parent
dddec675d2
commit
03d8b5983e
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,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